Shades of Shocking #D996C1
Tints of Shocking #D996C1
RGB
CMYK
RGB Variations
Color information
#D996C1 (or 0xD996C1) is known color: Shocking. HEX triplet: D9, 96 and C1. RGB value is (217,150,193). Sum of RGB (Red+Green+Blue) = 217+150+193=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C1 is #26693E. Grayscale: #AEAEAE. Windows color (decimal): -2517311 or 12687065. OLE color: 12687065.
HSL color Cylindrical-coordinate representation of color #D996C1: hue angle of 321.49º 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 #D996C1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 193 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.15 |
| HSL | 321.49º | 0.47% | 0.72% | - |
| HSV(B) | 321.49º | 0.31% | 0.85% | - |
| XYZ | 49.15 | 40.41 | 55.66 | - |
| YUV | 174.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 193 | 0 | 0.31 | 0.11 | 0.15 | 321.49 | 0.47 | 0.72 |
| Hex | D9 | 96 | C1 | 0 | 1F | B | F | 141 | 2F | 48 |
| Octal | 331 | 226 | 301 | 0 | 37 | 13 | 17 | 501 | 57 | 110 |
| Binary | 11011001 | 10010110 | 11000001 | 0 | 11111 | 1011 | 1111 | 101000001 | 101111 | 1001000 |
Color Harmonies of #D996C1
Complementary color
Monochromatic Colors of #D996C1
Black with #D996C1
Text Example
Text Example
White with #D996C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996C1; }
p { color: rgb(217,150,193); }
H1.HeaderClassName
{
color: #D996C1;
}
.AnyTagClassName
{
color: #D996C1;
}
</style>
background-color css
<style>
a { background-color: #D996C1; }
a { background-color: rgb(217,150,193); }
div.DivClassName
{
background-color: #D996C1;
}
.BgClassName
{
background-color: #D996C1;
}
</style>
border-color css
<style>
span { border-color: #D996C1; }
span { border-color: rgb(217,150,193); }
td.TdClassName
{
border-color: #D996C1;
}
.TagClassName
{
border-color: #D996C1;
}
</style>