Shades of Shocking Pink #DC24C5
Tints of Shocking Pink #DC24C5
RGB
CMYK
RGB Variations
Color information
#DC24C5 (or 0xDC24C5) is known color: Shocking Pink. HEX triplet: DC, 24 and C5. RGB value is (220,36,197). Sum of RGB (Red+Green+Blue) = 220+36+197=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24C5 is #23DB3A. Grayscale: #6C6C6C. Windows color (decimal): -2349883 or 12920028. OLE color: 12920028.
HSL color Cylindrical-coordinate representation of color #DC24C5: hue angle of 307.5º 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 #DC24C5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 197 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.14 |
| HSL | 307.5º | 0.72% | 0.5% | - |
| HSV(B) | 307.5º | 0.84% | 0.86% | - |
| XYZ | 40.22 | 20.51 | 54.66 | - |
| YUV | 109.37 | 177.46 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 197 | 0 | 0.84 | 0.10 | 0.14 | 307.5 | 0.72 | 0.5 |
| Hex | DC | 24 | C5 | 0 | 54 | A | E | 134 | 48 | 32 |
| Octal | 334 | 44 | 305 | 0 | 124 | 12 | 16 | 464 | 110 | 62 |
| Binary | 11011100 | 100100 | 11000101 | 0 | 1010100 | 1010 | 1110 | 100110100 | 1001000 | 110010 |
Color Harmonies of #DC24C5
Complementary color
Monochromatic Colors of #DC24C5
Black with #DC24C5
Text Example
Text Example
White with #DC24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24C5; }
p { color: rgb(220,36,197); }
H1.HeaderClassName
{
color: #DC24C5;
}
.AnyTagClassName
{
color: #DC24C5;
}
</style>
background-color css
<style>
a { background-color: #DC24C5; }
a { background-color: rgb(220,36,197); }
div.DivClassName
{
background-color: #DC24C5;
}
.BgClassName
{
background-color: #DC24C5;
}
</style>
border-color css
<style>
span { border-color: #DC24C5; }
span { border-color: rgb(220,36,197); }
td.TdClassName
{
border-color: #DC24C5;
}
.TagClassName
{
border-color: #DC24C5;
}
</style>