Shades of My Pink #D58879
Tints of My Pink #D58879
RGB
CMYK
RGB Variations
Color information
#D58879 (or 0xD58879) is known color: My Pink. HEX triplet: D5, 88 and 79. RGB value is (213,136,121). Sum of RGB (Red+Green+Blue) = 213+136+121=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D58879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58879 is #2A7786. Grayscale: #9D9D9D. Windows color (decimal): -2783111 or 7964885. OLE color: 7964885.
HSL color Cylindrical-coordinate representation of color #D58879: hue angle of 9.78º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D58879 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 121 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.16 |
| HSL | 9.78º | 0.52% | 0.65% | - |
| HSV(B) | 9.78º | 0.43% | 0.84% | - |
| XYZ | 39.7 | 33.13 | 22.39 | - |
| YUV | 157.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 121 | 0 | 0.36 | 0.43 | 0.16 | 9.78 | 0.52 | 0.65 |
| Hex | D5 | 88 | 79 | 0 | 24 | 2B | 10 | A | 34 | 41 |
| Octal | 325 | 210 | 171 | 0 | 44 | 53 | 20 | 12 | 64 | 101 |
| Binary | 11010101 | 10001000 | 1111001 | 0 | 100100 | 101011 | 10000 | 1010 | 110100 | 1000001 |
Color Harmonies of #D58879
Complementary color
Monochromatic Colors of #D58879
Black with #D58879
Text Example
Text Example
White with #D58879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58879; }
p { color: rgb(213,136,121); }
H1.HeaderClassName
{
color: #D58879;
}
.AnyTagClassName
{
color: #D58879;
}
</style>
background-color css
<style>
a { background-color: #D58879; }
a { background-color: rgb(213,136,121); }
div.DivClassName
{
background-color: #D58879;
}
.BgClassName
{
background-color: #D58879;
}
</style>
border-color css
<style>
span { border-color: #D58879; }
span { border-color: rgb(213,136,121); }
td.TdClassName
{
border-color: #D58879;
}
.TagClassName
{
border-color: #D58879;
}
</style>