Shades of Shocking #D996C8
Tints of Shocking #D996C8
RGB
CMYK
RGB Variations
Color information
#D996C8 (or 0xD996C8) is known color: Shocking. HEX triplet: D9, 96 and C8. RGB value is (217,150,200). Sum of RGB (Red+Green+Blue) = 217+150+200=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C8 is #266937. Grayscale: #AFAFAF. Windows color (decimal): -2517304 or 13145817. OLE color: 13145817.
HSL color Cylindrical-coordinate representation of color #D996C8: hue angle of 315.22º 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 #D996C8 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 200 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.15 |
| HSL | 315.22º | 0.47% | 0.72% | - |
| HSV(B) | 315.22º | 0.31% | 0.85% | - |
| XYZ | 49.95 | 40.73 | 59.87 | - |
| YUV | 175.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 200 | 0 | 0.31 | 0.08 | 0.15 | 315.22 | 0.47 | 0.72 |
| Hex | D9 | 96 | C8 | 0 | 1F | 8 | F | 13B | 2F | 48 |
| Octal | 331 | 226 | 310 | 0 | 37 | 10 | 17 | 473 | 57 | 110 |
| Binary | 11011001 | 10010110 | 11001000 | 0 | 11111 | 1000 | 1111 | 100111011 | 101111 | 1001000 |
Color Harmonies of #D996C8
Complementary color
Monochromatic Colors of #D996C8
Black with #D996C8
Text Example
Text Example
White with #D996C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996C8; }
p { color: rgb(217,150,200); }
H1.HeaderClassName
{
color: #D996C8;
}
.AnyTagClassName
{
color: #D996C8;
}
</style>
background-color css
<style>
a { background-color: #D996C8; }
a { background-color: rgb(217,150,200); }
div.DivClassName
{
background-color: #D996C8;
}
.BgClassName
{
background-color: #D996C8;
}
</style>
border-color css
<style>
span { border-color: #D996C8; }
span { border-color: rgb(217,150,200); }
td.TdClassName
{
border-color: #D996C8;
}
.TagClassName
{
border-color: #D996C8;
}
</style>