Shades of Shocking #D99DBD
Tints of Shocking #D99DBD
RGB
CMYK
RGB Variations
Color information
#D99DBD (or 0xD99DBD) is known color: Shocking. HEX triplet: D9, 9D and BD. RGB value is (217,157,189). Sum of RGB (Red+Green+Blue) = 217+157+189=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DBD is #266242. Grayscale: #B2B2B2. Windows color (decimal): -2515523 or 12426713. OLE color: 12426713.
HSL color Cylindrical-coordinate representation of color #D99DBD: hue angle of 328º 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 #D99DBD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 189 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.15 |
| HSL | 328º | 0.44% | 0.73% | - |
| HSV(B) | 328º | 0.28% | 0.85% | - |
| XYZ | 49.86 | 42.54 | 53.73 | - |
| YUV | 178.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 189 | 0 | 0.28 | 0.13 | 0.15 | 328 | 0.44 | 0.73 |
| Hex | D9 | 9D | BD | 0 | 1C | D | F | 148 | 2C | 49 |
| Octal | 331 | 235 | 275 | 0 | 34 | 15 | 17 | 510 | 54 | 111 |
| Binary | 11011001 | 10011101 | 10111101 | 0 | 11100 | 1101 | 1111 | 101001000 | 101100 | 1001001 |
Color Harmonies of #D99DBD
Complementary color
Monochromatic Colors of #D99DBD
Black with #D99DBD
Text Example
Text Example
White with #D99DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DBD; }
p { color: rgb(217,157,189); }
H1.HeaderClassName
{
color: #D99DBD;
}
.AnyTagClassName
{
color: #D99DBD;
}
</style>
background-color css
<style>
a { background-color: #D99DBD; }
a { background-color: rgb(217,157,189); }
div.DivClassName
{
background-color: #D99DBD;
}
.BgClassName
{
background-color: #D99DBD;
}
</style>
border-color css
<style>
span { border-color: #D99DBD; }
span { border-color: rgb(217,157,189); }
td.TdClassName
{
border-color: #D99DBD;
}
.TagClassName
{
border-color: #D99DBD;
}
</style>