Shades of My Pink #D99084
Tints of My Pink #D99084
RGB
CMYK
RGB Variations
Color information
#D99084 (or 0xD99084) is known color: My Pink. HEX triplet: D9, 90 and 84. RGB value is (217,144,132). Sum of RGB (Red+Green+Blue) = 217+144+132=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D99084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99084 is #266F7B. Grayscale: #A4A4A4. Windows color (decimal): -2518908 or 8687833. OLE color: 8687833.
HSL color Cylindrical-coordinate representation of color #D99084: hue angle of 8.47º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D99084 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 132 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.15 |
| HSL | 8.47º | 0.53% | 0.68% | - |
| HSV(B) | 8.47º | 0.39% | 0.85% | - |
| XYZ | 42.75 | 36.36 | 26.6 | - |
| YUV | 164.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 132 | 0 | 0.34 | 0.39 | 0.15 | 8.47 | 0.53 | 0.68 |
| Hex | D9 | 90 | 84 | 0 | 22 | 27 | F | 8 | 35 | 44 |
| Octal | 331 | 220 | 204 | 0 | 42 | 47 | 17 | 10 | 65 | 104 |
| Binary | 11011001 | 10010000 | 10000100 | 0 | 100010 | 100111 | 1111 | 1000 | 110101 | 1000100 |
Color Harmonies of #D99084
Complementary color
Monochromatic Colors of #D99084
Black with #D99084
Text Example
Text Example
White with #D99084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99084; }
p { color: rgb(217,144,132); }
H1.HeaderClassName
{
color: #D99084;
}
.AnyTagClassName
{
color: #D99084;
}
</style>
background-color css
<style>
a { background-color: #D99084; }
a { background-color: rgb(217,144,132); }
div.DivClassName
{
background-color: #D99084;
}
.BgClassName
{
background-color: #D99084;
}
</style>
border-color css
<style>
span { border-color: #D99084; }
span { border-color: rgb(217,144,132); }
td.TdClassName
{
border-color: #D99084;
}
.TagClassName
{
border-color: #D99084;
}
</style>