#d25f59 color RGB value is (210,95,89)
#d25f59 color CMYK value
#d25f59 color HSL value
HSV(or HSB) | 3° | 57.6 | 82.4 |
XYZ | 32.474 | 22.607 | 12.103 |
Yxy | 0.483 | 0.336 | 22.607 |
LAB | 54.666 | 44.951 | 25.673 |
LUV | 54.666 | 85.714 | 21.664 |
Hunter-LAB | 47.547 | 38.704 | 18.191 |
CIE-LCH | 54.666 | 51.766 | 29.733 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | D2 | 5F | 59 |
Decimal | 210 | 95 | 89 |
Octal | 322 | 137 | 131 |
Binary | 11010010 | 01011111 | 01011001 |
Below, you can see some colors close to #d25f59. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #d25f59.
<span style="color:#d25f59">Text here</span>
This paragraph has a background color of #d25f59.
<p style="background-color:#d25f59;">Content here</p>
This element has a border color of #d25f59.
<div style="border:1px #d25f59;">Content here</div>
.text {color:#d25f59;}
.background {background-color:#d25f59;}
.border {border:1px solid #d25f59;}
.text-shadow {border:1px solid #d25f59;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010000 is the darkest color, while #fbf0ef is the lightest one.