Shades of Shocking #D99DB8
Tints of Shocking #D99DB8
RGB
CMYK
RGB Variations
Color information
#D99DB8 (or 0xD99DB8) is known color: Shocking. HEX triplet: D9, 9D and B8. RGB value is (217,157,184). Sum of RGB (Red+Green+Blue) = 217+157+184=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DB8 is #266247. Grayscale: #B1B1B1. Windows color (decimal): -2515528 or 12099033. OLE color: 12099033.
HSL color Cylindrical-coordinate representation of color #D99DB8: hue angle of 333º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DB8 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 184 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.15 |
| HSL | 333º | 0.44% | 0.73% | - |
| HSV(B) | 333º | 0.28% | 0.85% | - |
| XYZ | 49.32 | 42.33 | 50.92 | - |
| YUV | 178.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 184 | 0 | 0.28 | 0.15 | 0.15 | 333 | 0.44 | 0.73 |
| Hex | D9 | 9D | B8 | 0 | 1C | F | F | 14D | 2C | 49 |
| Octal | 331 | 235 | 270 | 0 | 34 | 17 | 17 | 515 | 54 | 111 |
| Binary | 11011001 | 10011101 | 10111000 | 0 | 11100 | 1111 | 1111 | 101001101 | 101100 | 1001001 |
Color Harmonies of #D99DB8
Complementary color
Monochromatic Colors of #D99DB8
Black with #D99DB8
Text Example
Text Example
White with #D99DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DB8; }
p { color: rgb(217,157,184); }
H1.HeaderClassName
{
color: #D99DB8;
}
.AnyTagClassName
{
color: #D99DB8;
}
</style>
background-color css
<style>
a { background-color: #D99DB8; }
a { background-color: rgb(217,157,184); }
div.DivClassName
{
background-color: #D99DB8;
}
.BgClassName
{
background-color: #D99DB8;
}
</style>
border-color css
<style>
span { border-color: #D99DB8; }
span { border-color: rgb(217,157,184); }
td.TdClassName
{
border-color: #D99DB8;
}
.TagClassName
{
border-color: #D99DB8;
}
</style>