Shades of Shocking #DC95C0
Tints of Shocking #DC95C0
RGB
CMYK
RGB Variations
Color information
#DC95C0 (or 0xDC95C0) is known color: Shocking. HEX triplet: DC, 95 and C0. RGB value is (220,149,192). Sum of RGB (Red+Green+Blue) = 220+149+192=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95C0 is #236A3F. Grayscale: #AFAFAF. Windows color (decimal): -2320960 or 12621276. OLE color: 12621276.
HSL color Cylindrical-coordinate representation of color #DC95C0: hue angle of 323.66º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95C0 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 192 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.14 |
| HSL | 323.66º | 0.5% | 0.72% | - |
| HSV(B) | 323.66º | 0.32% | 0.86% | - |
| XYZ | 49.78 | 40.52 | 55.07 | - |
| YUV | 175.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 192 | 0 | 0.32 | 0.13 | 0.14 | 323.66 | 0.5 | 0.72 |
| Hex | DC | 95 | C0 | 0 | 20 | D | E | 144 | 32 | 48 |
| Octal | 334 | 225 | 300 | 0 | 40 | 15 | 16 | 504 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11000000 | 0 | 100000 | 1101 | 1110 | 101000100 | 110010 | 1001000 |
Color Harmonies of #DC95C0
Complementary color
Monochromatic Colors of #DC95C0
Black with #DC95C0
Text Example
Text Example
White with #DC95C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95C0; }
p { color: rgb(220,149,192); }
H1.HeaderClassName
{
color: #DC95C0;
}
.AnyTagClassName
{
color: #DC95C0;
}
</style>
background-color css
<style>
a { background-color: #DC95C0; }
a { background-color: rgb(220,149,192); }
div.DivClassName
{
background-color: #DC95C0;
}
.BgClassName
{
background-color: #DC95C0;
}
</style>
border-color css
<style>
span { border-color: #DC95C0; }
span { border-color: rgb(220,149,192); }
td.TdClassName
{
border-color: #DC95C0;
}
.TagClassName
{
border-color: #DC95C0;
}
</style>