Shades of Shocking #DC96C4
Tints of Shocking #DC96C4
RGB
CMYK
RGB Variations
Color information
#DC96C4 (or 0xDC96C4) is known color: Shocking. HEX triplet: DC, 96 and C4. RGB value is (220,150,196). Sum of RGB (Red+Green+Blue) = 220+150+196=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C4 is #23693B. Grayscale: #B0B0B0. Windows color (decimal): -2320700 or 12883676. OLE color: 12883676.
HSL color Cylindrical-coordinate representation of color #DC96C4: hue angle of 320.57º 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 #DC96C4 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 196 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.14 |
| HSL | 320.57º | 0.5% | 0.73% | - |
| HSV(B) | 320.57º | 0.32% | 0.86% | - |
| XYZ | 50.39 | 41.01 | 57.49 | - |
| YUV | 176.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 196 | 0 | 0.32 | 0.11 | 0.14 | 320.57 | 0.5 | 0.73 |
| Hex | DC | 96 | C4 | 0 | 20 | B | E | 141 | 32 | 49 |
| Octal | 334 | 226 | 304 | 0 | 40 | 13 | 16 | 501 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11000100 | 0 | 100000 | 1011 | 1110 | 101000001 | 110010 | 1001001 |
Color Harmonies of #DC96C4
Complementary color
Monochromatic Colors of #DC96C4
Black with #DC96C4
Text Example
Text Example
White with #DC96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96C4; }
p { color: rgb(220,150,196); }
H1.HeaderClassName
{
color: #DC96C4;
}
.AnyTagClassName
{
color: #DC96C4;
}
</style>
background-color css
<style>
a { background-color: #DC96C4; }
a { background-color: rgb(220,150,196); }
div.DivClassName
{
background-color: #DC96C4;
}
.BgClassName
{
background-color: #DC96C4;
}
</style>
border-color css
<style>
span { border-color: #DC96C4; }
span { border-color: rgb(220,150,196); }
td.TdClassName
{
border-color: #DC96C4;
}
.TagClassName
{
border-color: #DC96C4;
}
</style>