Shades of Shocking #D996C0
Tints of Shocking #D996C0
RGB
CMYK
RGB Variations
Color information
#D996C0 (or 0xD996C0) is known color: Shocking. HEX triplet: D9, 96 and C0. RGB value is (217,150,192). Sum of RGB (Red+Green+Blue) = 217+150+192=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C0 is #26693F. Grayscale: #AEAEAE. Windows color (decimal): -2517312 or 12621529. OLE color: 12621529.
HSL color Cylindrical-coordinate representation of color #D996C0: hue angle of 322.39º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996C0 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 192 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.15 |
| HSL | 322.39º | 0.47% | 0.72% | - |
| HSV(B) | 322.39º | 0.31% | 0.85% | - |
| XYZ | 49.04 | 40.37 | 55.08 | - |
| YUV | 174.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 192 | 0 | 0.31 | 0.12 | 0.15 | 322.39 | 0.47 | 0.72 |
| Hex | D9 | 96 | C0 | 0 | 1F | C | F | 142 | 2F | 48 |
| Octal | 331 | 226 | 300 | 0 | 37 | 14 | 17 | 502 | 57 | 110 |
| Binary | 11011001 | 10010110 | 11000000 | 0 | 11111 | 1100 | 1111 | 101000010 | 101111 | 1001000 |
Color Harmonies of #D996C0
Complementary color
Monochromatic Colors of #D996C0
Black with #D996C0
Text Example
Text Example
White with #D996C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996C0; }
p { color: rgb(217,150,192); }
H1.HeaderClassName
{
color: #D996C0;
}
.AnyTagClassName
{
color: #D996C0;
}
</style>
background-color css
<style>
a { background-color: #D996C0; }
a { background-color: rgb(217,150,192); }
div.DivClassName
{
background-color: #D996C0;
}
.BgClassName
{
background-color: #D996C0;
}
</style>
border-color css
<style>
span { border-color: #D996C0; }
span { border-color: rgb(217,150,192); }
td.TdClassName
{
border-color: #D996C0;
}
.TagClassName
{
border-color: #D996C0;
}
</style>