Shades of Shocking #DC96C1
Tints of Shocking #DC96C1
RGB
CMYK
RGB Variations
Color information
#DC96C1 (or 0xDC96C1) is known color: Shocking. HEX triplet: DC, 96 and C1. RGB value is (220,150,193). Sum of RGB (Red+Green+Blue) = 220+150+193=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C1 is #23693E. Grayscale: #AFAFAF. Windows color (decimal): -2320703 or 12687068. OLE color: 12687068.
HSL color Cylindrical-coordinate representation of color #DC96C1: hue angle of 323.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 #DC96C1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 193 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.14 |
| HSL | 323.14º | 0.5% | 0.73% | - |
| HSV(B) | 323.14º | 0.32% | 0.86% | - |
| XYZ | 50.05 | 40.88 | 55.7 | - |
| YUV | 175.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 193 | 0 | 0.32 | 0.12 | 0.14 | 323.14 | 0.5 | 0.73 |
| Hex | DC | 96 | C1 | 0 | 20 | C | E | 143 | 32 | 49 |
| Octal | 334 | 226 | 301 | 0 | 40 | 14 | 16 | 503 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11000001 | 0 | 100000 | 1100 | 1110 | 101000011 | 110010 | 1001001 |
Color Harmonies of #DC96C1
Complementary color
Monochromatic Colors of #DC96C1
Black with #DC96C1
Text Example
Text Example
White with #DC96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96C1; }
p { color: rgb(220,150,193); }
H1.HeaderClassName
{
color: #DC96C1;
}
.AnyTagClassName
{
color: #DC96C1;
}
</style>
background-color css
<style>
a { background-color: #DC96C1; }
a { background-color: rgb(220,150,193); }
div.DivClassName
{
background-color: #DC96C1;
}
.BgClassName
{
background-color: #DC96C1;
}
</style>
border-color css
<style>
span { border-color: #DC96C1; }
span { border-color: rgb(220,150,193); }
td.TdClassName
{
border-color: #DC96C1;
}
.TagClassName
{
border-color: #DC96C1;
}
</style>