Shades of Shocking Pink #DC24C0
Tints of Shocking Pink #DC24C0
RGB
CMYK
RGB Variations
Color information
#DC24C0 (or 0xDC24C0) is known color: Shocking Pink. HEX triplet: DC, 24 and C0. RGB value is (220,36,192). Sum of RGB (Red+Green+Blue) = 220+36+192=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24C0 is #23DB3F. Grayscale: #6C6C6C. Windows color (decimal): -2349888 or 12592348. OLE color: 12592348.
HSL color Cylindrical-coordinate representation of color #DC24C0: hue angle of 309.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24C0 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 192 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.14 |
| HSL | 309.13º | 0.72% | 0.5% | - |
| HSV(B) | 309.13º | 0.84% | 0.86% | - |
| XYZ | 39.66 | 20.28 | 51.69 | - |
| YUV | 108.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 192 | 0 | 0.84 | 0.13 | 0.14 | 309.13 | 0.72 | 0.5 |
| Hex | DC | 24 | C0 | 0 | 54 | D | E | 135 | 48 | 32 |
| Octal | 334 | 44 | 300 | 0 | 124 | 15 | 16 | 465 | 110 | 62 |
| Binary | 11011100 | 100100 | 11000000 | 0 | 1010100 | 1101 | 1110 | 100110101 | 1001000 | 110010 |
Color Harmonies of #DC24C0
Complementary color
Monochromatic Colors of #DC24C0
Black with #DC24C0
Text Example
Text Example
White with #DC24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24C0; }
p { color: rgb(220,36,192); }
H1.HeaderClassName
{
color: #DC24C0;
}
.AnyTagClassName
{
color: #DC24C0;
}
</style>
background-color css
<style>
a { background-color: #DC24C0; }
a { background-color: rgb(220,36,192); }
div.DivClassName
{
background-color: #DC24C0;
}
.BgClassName
{
background-color: #DC24C0;
}
</style>
border-color css
<style>
span { border-color: #DC24C0; }
span { border-color: rgb(220,36,192); }
td.TdClassName
{
border-color: #DC24C0;
}
.TagClassName
{
border-color: #DC24C0;
}
</style>