Shades of Shocking #D996C7
Tints of Shocking #D996C7
RGB
CMYK
RGB Variations
Color information
#D996C7 (or 0xD996C7) is known color: Shocking. HEX triplet: D9, 96 and C7. RGB value is (217,150,199). Sum of RGB (Red+Green+Blue) = 217+150+199=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C7 is #266938. Grayscale: #AFAFAF. Windows color (decimal): -2517305 or 13080281. OLE color: 13080281.
HSL color Cylindrical-coordinate representation of color #D996C7: hue angle of 316.12º 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 #D996C7 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 199 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.15 |
| HSL | 316.12º | 0.47% | 0.72% | - |
| HSV(B) | 316.12º | 0.31% | 0.85% | - |
| XYZ | 49.83 | 40.69 | 59.26 | - |
| YUV | 175.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 199 | 0 | 0.31 | 0.08 | 0.15 | 316.12 | 0.47 | 0.72 |
| Hex | D9 | 96 | C7 | 0 | 1F | 8 | F | 13C | 2F | 48 |
| Octal | 331 | 226 | 307 | 0 | 37 | 10 | 17 | 474 | 57 | 110 |
| Binary | 11011001 | 10010110 | 11000111 | 0 | 11111 | 1000 | 1111 | 100111100 | 101111 | 1001000 |
Color Harmonies of #D996C7
Complementary color
Monochromatic Colors of #D996C7
Black with #D996C7
Text Example
Text Example
White with #D996C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996C7; }
p { color: rgb(217,150,199); }
H1.HeaderClassName
{
color: #D996C7;
}
.AnyTagClassName
{
color: #D996C7;
}
</style>
background-color css
<style>
a { background-color: #D996C7; }
a { background-color: rgb(217,150,199); }
div.DivClassName
{
background-color: #D996C7;
}
.BgClassName
{
background-color: #D996C7;
}
</style>
border-color css
<style>
span { border-color: #D996C7; }
span { border-color: rgb(217,150,199); }
td.TdClassName
{
border-color: #D996C7;
}
.TagClassName
{
border-color: #D996C7;
}
</style>