Shades of My Pink #D58D87
Tints of My Pink #D58D87
RGB
CMYK
RGB Variations
Color information
#D58D87 (or 0xD58D87) is known color: My Pink. HEX triplet: D5, 8D and 87. RGB value is (213,141,135). Sum of RGB (Red+Green+Blue) = 213+141+135=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D87 is #2A7278. Grayscale: #A1A1A1. Windows color (decimal): -2781817 or 8883669. OLE color: 8883669.
HSL color Cylindrical-coordinate representation of color #D58D87: hue angle of 4.62º 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 #D58D87 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 135 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.16 |
| HSL | 4.62º | 0.48% | 0.68% | - |
| HSV(B) | 4.62º | 0.37% | 0.84% | - |
| XYZ | 41.34 | 34.95 | 27.49 | - |
| YUV | 161.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 135 | 0 | 0.34 | 0.37 | 0.16 | 4.62 | 0.48 | 0.68 |
| Hex | D5 | 8D | 87 | 0 | 22 | 25 | 10 | 5 | 30 | 44 |
| Octal | 325 | 215 | 207 | 0 | 42 | 45 | 20 | 5 | 60 | 104 |
| Binary | 11010101 | 10001101 | 10000111 | 0 | 100010 | 100101 | 10000 | 101 | 110000 | 1000100 |
Color Harmonies of #D58D87
Complementary color
Monochromatic Colors of #D58D87
Black with #D58D87
Text Example
Text Example
White with #D58D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D87; }
p { color: rgb(213,141,135); }
H1.HeaderClassName
{
color: #D58D87;
}
.AnyTagClassName
{
color: #D58D87;
}
</style>
background-color css
<style>
a { background-color: #D58D87; }
a { background-color: rgb(213,141,135); }
div.DivClassName
{
background-color: #D58D87;
}
.BgClassName
{
background-color: #D58D87;
}
</style>
border-color css
<style>
span { border-color: #D58D87; }
span { border-color: rgb(213,141,135); }
td.TdClassName
{
border-color: #D58D87;
}
.TagClassName
{
border-color: #D58D87;
}
</style>