Shades of Shocking #D999C0
Tints of Shocking #D999C0
RGB
CMYK
RGB Variations
Color information
#D999C0 (or 0xD999C0) is known color: Shocking. HEX triplet: D9, 99 and C0. RGB value is (217,153,192). Sum of RGB (Red+Green+Blue) = 217+153+192=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D999C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999C0 is #26663F. Grayscale: #B0B0B0. Windows color (decimal): -2516544 or 12622297. OLE color: 12622297.
HSL color Cylindrical-coordinate representation of color #D999C0: hue angle of 323.44º degrees, saturation: 0.46, 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 #D999C0 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 192 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.15 |
| HSL | 323.44º | 0.46% | 0.73% | - |
| HSV(B) | 323.44º | 0.29% | 0.85% | - |
| XYZ | 49.52 | 41.34 | 55.24 | - |
| YUV | 176.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 192 | 0 | 0.29 | 0.12 | 0.15 | 323.44 | 0.46 | 0.73 |
| Hex | D9 | 99 | C0 | 0 | 1D | C | F | 143 | 2E | 49 |
| Octal | 331 | 231 | 300 | 0 | 35 | 14 | 17 | 503 | 56 | 111 |
| Binary | 11011001 | 10011001 | 11000000 | 0 | 11101 | 1100 | 1111 | 101000011 | 101110 | 1001001 |
Color Harmonies of #D999C0
Complementary color
Monochromatic Colors of #D999C0
Black with #D999C0
Text Example
Text Example
White with #D999C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999C0; }
p { color: rgb(217,153,192); }
H1.HeaderClassName
{
color: #D999C0;
}
.AnyTagClassName
{
color: #D999C0;
}
</style>
background-color css
<style>
a { background-color: #D999C0; }
a { background-color: rgb(217,153,192); }
div.DivClassName
{
background-color: #D999C0;
}
.BgClassName
{
background-color: #D999C0;
}
</style>
border-color css
<style>
span { border-color: #D999C0; }
span { border-color: rgb(217,153,192); }
td.TdClassName
{
border-color: #D999C0;
}
.TagClassName
{
border-color: #D999C0;
}
</style>