Shades of Shocking #DC96C8
Tints of Shocking #DC96C8
RGB
CMYK
RGB Variations
Color information
#DC96C8 (or 0xDC96C8) is known color: Shocking. HEX triplet: DC, 96 and C8. RGB value is (220,150,200). Sum of RGB (Red+Green+Blue) = 220+150+200=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C8 is #236937. Grayscale: #B0B0B0. Windows color (decimal): -2320696 or 13145820. OLE color: 13145820.
HSL color Cylindrical-coordinate representation of color #DC96C8: hue angle of 317.14º 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 #DC96C8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 200 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.14 |
| HSL | 317.14º | 0.5% | 0.73% | - |
| HSV(B) | 317.14º | 0.32% | 0.86% | - |
| XYZ | 50.85 | 41.2 | 59.92 | - |
| YUV | 176.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 200 | 0 | 0.32 | 0.09 | 0.14 | 317.14 | 0.5 | 0.73 |
| Hex | DC | 96 | C8 | 0 | 20 | 9 | E | 13D | 32 | 49 |
| Octal | 334 | 226 | 310 | 0 | 40 | 11 | 16 | 475 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11001000 | 0 | 100000 | 1001 | 1110 | 100111101 | 110010 | 1001001 |
Color Harmonies of #DC96C8
Complementary color
Monochromatic Colors of #DC96C8
Black with #DC96C8
Text Example
Text Example
White with #DC96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96C8; }
p { color: rgb(220,150,200); }
H1.HeaderClassName
{
color: #DC96C8;
}
.AnyTagClassName
{
color: #DC96C8;
}
</style>
background-color css
<style>
a { background-color: #DC96C8; }
a { background-color: rgb(220,150,200); }
div.DivClassName
{
background-color: #DC96C8;
}
.BgClassName
{
background-color: #DC96C8;
}
</style>
border-color css
<style>
span { border-color: #DC96C8; }
span { border-color: rgb(220,150,200); }
td.TdClassName
{
border-color: #DC96C8;
}
.TagClassName
{
border-color: #DC96C8;
}
</style>