Shades of Shocking #D99ABB
Tints of Shocking #D99ABB
RGB
CMYK
RGB Variations
Color information
#D99ABB (or 0xD99ABB) is known color: Shocking. HEX triplet: D9, 9A and BB. RGB value is (217,154,187). Sum of RGB (Red+Green+Blue) = 217+154+187=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ABB is #266544. Grayscale: #B0B0B0. Windows color (decimal): -2516293 or 12294873. OLE color: 12294873.
HSL color Cylindrical-coordinate representation of color #D99ABB: hue angle of 328.57º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99ABB is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 187 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.15 |
| HSL | 328.57º | 0.45% | 0.73% | - |
| HSV(B) | 328.57º | 0.29% | 0.85% | - |
| XYZ | 49.14 | 41.45 | 52.42 | - |
| YUV | 176.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 187 | 0 | 0.29 | 0.14 | 0.15 | 328.57 | 0.45 | 0.73 |
| Hex | D9 | 9A | BB | 0 | 1D | E | F | 149 | 2D | 49 |
| Octal | 331 | 232 | 273 | 0 | 35 | 16 | 17 | 511 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10111011 | 0 | 11101 | 1110 | 1111 | 101001001 | 101101 | 1001001 |
Color Harmonies of #D99ABB
Complementary color
Monochromatic Colors of #D99ABB
Black with #D99ABB
Text Example
Text Example
White with #D99ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ABB; }
p { color: rgb(217,154,187); }
H1.HeaderClassName
{
color: #D99ABB;
}
.AnyTagClassName
{
color: #D99ABB;
}
</style>
background-color css
<style>
a { background-color: #D99ABB; }
a { background-color: rgb(217,154,187); }
div.DivClassName
{
background-color: #D99ABB;
}
.BgClassName
{
background-color: #D99ABB;
}
</style>
border-color css
<style>
span { border-color: #D99ABB; }
span { border-color: rgb(217,154,187); }
td.TdClassName
{
border-color: #D99ABB;
}
.TagClassName
{
border-color: #D99ABB;
}
</style>