Shades of My Pink #D99087
Tints of My Pink #D99087
RGB
CMYK
RGB Variations
Color information
#D99087 (or 0xD99087) is known color: My Pink. HEX triplet: D9, 90 and 87. RGB value is (217,144,135). Sum of RGB (Red+Green+Blue) = 217+144+135=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D99087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99087 is #266F78. Grayscale: #A4A4A4. Windows color (decimal): -2518905 or 8884441. OLE color: 8884441.
HSL color Cylindrical-coordinate representation of color #D99087: hue angle of 6.59º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99087 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 135 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.15 |
| HSL | 6.59º | 0.52% | 0.69% | - |
| HSV(B) | 6.59º | 0.38% | 0.85% | - |
| XYZ | 42.96 | 36.45 | 27.69 | - |
| YUV | 164.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 135 | 0 | 0.34 | 0.38 | 0.15 | 6.59 | 0.52 | 0.69 |
| Hex | D9 | 90 | 87 | 0 | 22 | 26 | F | 7 | 34 | 45 |
| Octal | 331 | 220 | 207 | 0 | 42 | 46 | 17 | 7 | 64 | 105 |
| Binary | 11011001 | 10010000 | 10000111 | 0 | 100010 | 100110 | 1111 | 111 | 110100 | 1000101 |
Color Harmonies of #D99087
Complementary color
Monochromatic Colors of #D99087
Black with #D99087
Text Example
Text Example
White with #D99087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99087; }
p { color: rgb(217,144,135); }
H1.HeaderClassName
{
color: #D99087;
}
.AnyTagClassName
{
color: #D99087;
}
</style>
background-color css
<style>
a { background-color: #D99087; }
a { background-color: rgb(217,144,135); }
div.DivClassName
{
background-color: #D99087;
}
.BgClassName
{
background-color: #D99087;
}
</style>
border-color css
<style>
span { border-color: #D99087; }
span { border-color: rgb(217,144,135); }
td.TdClassName
{
border-color: #D99087;
}
.TagClassName
{
border-color: #D99087;
}
</style>