Shades of Shocking #D99DBB
Tints of Shocking #D99DBB
RGB
CMYK
RGB Variations
Color information
#D99DBB (or 0xD99DBB) is known color: Shocking. HEX triplet: D9, 9D and BB. RGB value is (217,157,187). Sum of RGB (Red+Green+Blue) = 217+157+187=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DBB is #266244. Grayscale: #B2B2B2. Windows color (decimal): -2515525 or 12295641. OLE color: 12295641.
HSL color Cylindrical-coordinate representation of color #D99DBB: hue angle of 330º 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 #D99DBB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 187 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.15 |
| HSL | 330º | 0.44% | 0.73% | - |
| HSV(B) | 330º | 0.28% | 0.85% | - |
| XYZ | 49.64 | 42.45 | 52.59 | - |
| YUV | 178.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 187 | 0 | 0.28 | 0.14 | 0.15 | 330 | 0.44 | 0.73 |
| Hex | D9 | 9D | BB | 0 | 1C | E | F | 14A | 2C | 49 |
| Octal | 331 | 235 | 273 | 0 | 34 | 16 | 17 | 512 | 54 | 111 |
| Binary | 11011001 | 10011101 | 10111011 | 0 | 11100 | 1110 | 1111 | 101001010 | 101100 | 1001001 |
Color Harmonies of #D99DBB
Complementary color
Monochromatic Colors of #D99DBB
Black with #D99DBB
Text Example
Text Example
White with #D99DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DBB; }
p { color: rgb(217,157,187); }
H1.HeaderClassName
{
color: #D99DBB;
}
.AnyTagClassName
{
color: #D99DBB;
}
</style>
background-color css
<style>
a { background-color: #D99DBB; }
a { background-color: rgb(217,157,187); }
div.DivClassName
{
background-color: #D99DBB;
}
.BgClassName
{
background-color: #D99DBB;
}
</style>
border-color css
<style>
span { border-color: #D99DBB; }
span { border-color: rgb(217,157,187); }
td.TdClassName
{
border-color: #D99DBB;
}
.TagClassName
{
border-color: #D99DBB;
}
</style>