Shades of Shocking #DC96C2
Tints of Shocking #DC96C2
RGB
CMYK
RGB Variations
Color information
#DC96C2 (or 0xDC96C2) is known color: Shocking. HEX triplet: DC, 96 and C2. RGB value is (220,150,194). Sum of RGB (Red+Green+Blue) = 220+150+194=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C2 is #23693D. Grayscale: #AFAFAF. Windows color (decimal): -2320702 or 12752604. OLE color: 12752604.
HSL color Cylindrical-coordinate representation of color #DC96C2: hue angle of 322.29º 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 #DC96C2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 194 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.14 |
| HSL | 322.29º | 0.5% | 0.73% | - |
| HSV(B) | 322.29º | 0.32% | 0.86% | - |
| XYZ | 50.16 | 40.92 | 56.29 | - |
| YUV | 175.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 194 | 0 | 0.32 | 0.12 | 0.14 | 322.29 | 0.5 | 0.73 |
| Hex | DC | 96 | C2 | 0 | 20 | C | E | 142 | 32 | 49 |
| Octal | 334 | 226 | 302 | 0 | 40 | 14 | 16 | 502 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11000010 | 0 | 100000 | 1100 | 1110 | 101000010 | 110010 | 1001001 |
Color Harmonies of #DC96C2
Complementary color
Monochromatic Colors of #DC96C2
Black with #DC96C2
Text Example
Text Example
White with #DC96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96C2; }
p { color: rgb(220,150,194); }
H1.HeaderClassName
{
color: #DC96C2;
}
.AnyTagClassName
{
color: #DC96C2;
}
</style>
background-color css
<style>
a { background-color: #DC96C2; }
a { background-color: rgb(220,150,194); }
div.DivClassName
{
background-color: #DC96C2;
}
.BgClassName
{
background-color: #DC96C2;
}
</style>
border-color css
<style>
span { border-color: #DC96C2; }
span { border-color: rgb(220,150,194); }
td.TdClassName
{
border-color: #DC96C2;
}
.TagClassName
{
border-color: #DC96C2;
}
</style>