Shades of My Pink #D58884
Tints of My Pink #D58884
RGB
CMYK
RGB Variations
Color information
#D58884 (or 0xD58884) is known color: My Pink. HEX triplet: D5, 88 and 84. RGB value is (213,136,132). Sum of RGB (Red+Green+Blue) = 213+136+132=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D58884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58884 is #2A777B. Grayscale: #9E9E9E. Windows color (decimal): -2783100 or 8685781. OLE color: 8685781.
HSL color Cylindrical-coordinate representation of color #D58884: hue angle of 2.96º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58884 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 132 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.16 |
| HSL | 2.96º | 0.49% | 0.68% | - |
| HSV(B) | 2.96º | 0.38% | 0.84% | - |
| XYZ | 40.41 | 33.42 | 26.15 | - |
| YUV | 158.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 132 | 0 | 0.36 | 0.38 | 0.16 | 2.96 | 0.49 | 0.68 |
| Hex | D5 | 88 | 84 | 0 | 24 | 26 | 10 | 3 | 31 | 44 |
| Octal | 325 | 210 | 204 | 0 | 44 | 46 | 20 | 3 | 61 | 104 |
| Binary | 11010101 | 10001000 | 10000100 | 0 | 100100 | 100110 | 10000 | 11 | 110001 | 1000100 |
Color Harmonies of #D58884
Complementary color
Monochromatic Colors of #D58884
Black with #D58884
Text Example
Text Example
White with #D58884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58884; }
p { color: rgb(213,136,132); }
H1.HeaderClassName
{
color: #D58884;
}
.AnyTagClassName
{
color: #D58884;
}
</style>
background-color css
<style>
a { background-color: #D58884; }
a { background-color: rgb(213,136,132); }
div.DivClassName
{
background-color: #D58884;
}
.BgClassName
{
background-color: #D58884;
}
</style>
border-color css
<style>
span { border-color: #D58884; }
span { border-color: rgb(213,136,132); }
td.TdClassName
{
border-color: #D58884;
}
.TagClassName
{
border-color: #D58884;
}
</style>