Shades of Shocking #D996C2
Tints of Shocking #D996C2
RGB
CMYK
RGB Variations
Color information
#D996C2 (or 0xD996C2) is known color: Shocking. HEX triplet: D9, 96 and C2. RGB value is (217,150,194). Sum of RGB (Red+Green+Blue) = 217+150+194=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C2 is #26693D. Grayscale: #AEAEAE. Windows color (decimal): -2517310 or 12752601. OLE color: 12752601.
HSL color Cylindrical-coordinate representation of color #D996C2: hue angle of 320.6º 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 #D996C2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 194 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.15 |
| HSL | 320.6º | 0.47% | 0.72% | - |
| HSV(B) | 320.6º | 0.31% | 0.85% | - |
| XYZ | 49.26 | 40.46 | 56.25 | - |
| YUV | 175.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 194 | 0 | 0.31 | 0.11 | 0.15 | 320.6 | 0.47 | 0.72 |
| Hex | D9 | 96 | C2 | 0 | 1F | B | F | 141 | 2F | 48 |
| Octal | 331 | 226 | 302 | 0 | 37 | 13 | 17 | 501 | 57 | 110 |
| Binary | 11011001 | 10010110 | 11000010 | 0 | 11111 | 1011 | 1111 | 101000001 | 101111 | 1001000 |
Color Harmonies of #D996C2
Complementary color
Monochromatic Colors of #D996C2
Black with #D996C2
Text Example
Text Example
White with #D996C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996C2; }
p { color: rgb(217,150,194); }
H1.HeaderClassName
{
color: #D996C2;
}
.AnyTagClassName
{
color: #D996C2;
}
</style>
background-color css
<style>
a { background-color: #D996C2; }
a { background-color: rgb(217,150,194); }
div.DivClassName
{
background-color: #D996C2;
}
.BgClassName
{
background-color: #D996C2;
}
</style>
border-color css
<style>
span { border-color: #D996C2; }
span { border-color: rgb(217,150,194); }
td.TdClassName
{
border-color: #D996C2;
}
.TagClassName
{
border-color: #D996C2;
}
</style>