Shades of My Pink #D58E87
Tints of My Pink #D58E87
RGB
CMYK
RGB Variations
Color information
#D58E87 (or 0xD58E87) is known color: My Pink. HEX triplet: D5, 8E and 87. RGB value is (213,142,135). Sum of RGB (Red+Green+Blue) = 213+142+135=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58E87 is #2A7178. Grayscale: #A2A2A2. Windows color (decimal): -2781561 or 8883925. OLE color: 8883925.
HSL color Cylindrical-coordinate representation of color #D58E87: hue angle of 5.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58E87 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 135 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.16 |
| HSL | 5.38º | 0.48% | 0.68% | - |
| HSV(B) | 5.38º | 0.37% | 0.84% | - |
| XYZ | 41.49 | 35.24 | 27.54 | - |
| YUV | 162.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 135 | 0 | 0.33 | 0.37 | 0.16 | 5.38 | 0.48 | 0.68 |
| Hex | D5 | 8E | 87 | 0 | 21 | 25 | 10 | 5 | 30 | 44 |
| Octal | 325 | 216 | 207 | 0 | 41 | 45 | 20 | 5 | 60 | 104 |
| Binary | 11010101 | 10001110 | 10000111 | 0 | 100001 | 100101 | 10000 | 101 | 110000 | 1000100 |
Color Harmonies of #D58E87
Complementary color
Monochromatic Colors of #D58E87
Black with #D58E87
Text Example
Text Example
White with #D58E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E87; }
p { color: rgb(213,142,135); }
H1.HeaderClassName
{
color: #D58E87;
}
.AnyTagClassName
{
color: #D58E87;
}
</style>
background-color css
<style>
a { background-color: #D58E87; }
a { background-color: rgb(213,142,135); }
div.DivClassName
{
background-color: #D58E87;
}
.BgClassName
{
background-color: #D58E87;
}
</style>
border-color css
<style>
span { border-color: #D58E87; }
span { border-color: rgb(213,142,135); }
td.TdClassName
{
border-color: #D58E87;
}
.TagClassName
{
border-color: #D58E87;
}
</style>