Shades of Shocking #D99DB7
Tints of Shocking #D99DB7
RGB
CMYK
RGB Variations
Color information
#D99DB7 (or 0xD99DB7) is known color: Shocking. HEX triplet: D9, 9D and B7. RGB value is (217,157,183). Sum of RGB (Red+Green+Blue) = 217+157+183=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DB7 is #266248. Grayscale: #B1B1B1. Windows color (decimal): -2515529 or 12033497. OLE color: 12033497.
HSL color Cylindrical-coordinate representation of color #D99DB7: hue angle of 334º 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 #D99DB7 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 183 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.15 |
| HSL | 334º | 0.44% | 0.73% | - |
| HSV(B) | 334º | 0.28% | 0.85% | - |
| XYZ | 49.22 | 42.28 | 50.37 | - |
| YUV | 177.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 183 | 0 | 0.28 | 0.16 | 0.15 | 334 | 0.44 | 0.73 |
| Hex | D9 | 9D | B7 | 0 | 1C | 10 | F | 14E | 2C | 49 |
| Octal | 331 | 235 | 267 | 0 | 34 | 20 | 17 | 516 | 54 | 111 |
| Binary | 11011001 | 10011101 | 10110111 | 0 | 11100 | 10000 | 1111 | 101001110 | 101100 | 1001001 |
Color Harmonies of #D99DB7
Complementary color
Monochromatic Colors of #D99DB7
Black with #D99DB7
Text Example
Text Example
White with #D99DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DB7; }
p { color: rgb(217,157,183); }
H1.HeaderClassName
{
color: #D99DB7;
}
.AnyTagClassName
{
color: #D99DB7;
}
</style>
background-color css
<style>
a { background-color: #D99DB7; }
a { background-color: rgb(217,157,183); }
div.DivClassName
{
background-color: #D99DB7;
}
.BgClassName
{
background-color: #D99DB7;
}
</style>
border-color css
<style>
span { border-color: #D99DB7; }
span { border-color: rgb(217,157,183); }
td.TdClassName
{
border-color: #D99DB7;
}
.TagClassName
{
border-color: #D99DB7;
}
</style>