Shades of My Pink #D89884
Tints of My Pink #D89884
RGB
CMYK
RGB Variations
Color information
#D89884 (or 0xD89884) is known color: My Pink. HEX triplet: D8, 98 and 84. RGB value is (216,152,132). Sum of RGB (Red+Green+Blue) = 216+152+132=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D89884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89884 is #27677B. Grayscale: #A9A9A9. Windows color (decimal): -2582396 or 8689880. OLE color: 8689880.
HSL color Cylindrical-coordinate representation of color #D89884: hue angle of 14.29º degrees, saturation: 0.52, 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 #D89884 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 132 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.15 |
| HSL | 14.29º | 0.52% | 0.68% | - |
| HSV(B) | 14.29º | 0.39% | 0.85% | - |
| XYZ | 43.71 | 38.72 | 27 | - |
| YUV | 168.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 132 | 0 | 0.30 | 0.39 | 0.15 | 14.29 | 0.52 | 0.68 |
| Hex | D8 | 98 | 84 | 0 | 1E | 27 | F | E | 34 | 44 |
| Octal | 330 | 230 | 204 | 0 | 36 | 47 | 17 | 16 | 64 | 104 |
| Binary | 11011000 | 10011000 | 10000100 | 0 | 11110 | 100111 | 1111 | 1110 | 110100 | 1000100 |
Color Harmonies of #D89884
Complementary color
Monochromatic Colors of #D89884
Black with #D89884
Text Example
Text Example
White with #D89884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89884; }
p { color: rgb(216,152,132); }
H1.HeaderClassName
{
color: #D89884;
}
.AnyTagClassName
{
color: #D89884;
}
</style>
background-color css
<style>
a { background-color: #D89884; }
a { background-color: rgb(216,152,132); }
div.DivClassName
{
background-color: #D89884;
}
.BgClassName
{
background-color: #D89884;
}
</style>
border-color css
<style>
span { border-color: #D89884; }
span { border-color: rgb(216,152,132); }
td.TdClassName
{
border-color: #D89884;
}
.TagClassName
{
border-color: #D89884;
}
</style>