Shades of Shocking #DC96C7
Tints of Shocking #DC96C7
RGB
CMYK
RGB Variations
Color information
#DC96C7 (or 0xDC96C7) is known color: Shocking. HEX triplet: DC, 96 and C7. RGB value is (220,150,199). Sum of RGB (Red+Green+Blue) = 220+150+199=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C7 is #236938. Grayscale: #B0B0B0. Windows color (decimal): -2320697 or 13080284. OLE color: 13080284.
HSL color Cylindrical-coordinate representation of color #DC96C7: hue angle of 318º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96C7 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 199 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.14 |
| HSL | 318º | 0.5% | 0.73% | - |
| HSV(B) | 318º | 0.32% | 0.86% | - |
| XYZ | 50.73 | 41.15 | 59.3 | - |
| YUV | 176.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 199 | 0 | 0.32 | 0.10 | 0.14 | 318 | 0.5 | 0.73 |
| Hex | DC | 96 | C7 | 0 | 20 | A | E | 13E | 32 | 49 |
| Octal | 334 | 226 | 307 | 0 | 40 | 12 | 16 | 476 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11000111 | 0 | 100000 | 1010 | 1110 | 100111110 | 110010 | 1001001 |
Color Harmonies of #DC96C7
Complementary color
Monochromatic Colors of #DC96C7
Black with #DC96C7
Text Example
Text Example
White with #DC96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96C7; }
p { color: rgb(220,150,199); }
H1.HeaderClassName
{
color: #DC96C7;
}
.AnyTagClassName
{
color: #DC96C7;
}
</style>
background-color css
<style>
a { background-color: #DC96C7; }
a { background-color: rgb(220,150,199); }
div.DivClassName
{
background-color: #DC96C7;
}
.BgClassName
{
background-color: #DC96C7;
}
</style>
border-color css
<style>
span { border-color: #DC96C7; }
span { border-color: rgb(220,150,199); }
td.TdClassName
{
border-color: #DC96C7;
}
.TagClassName
{
border-color: #DC96C7;
}
</style>