Shades of Shocking Pink #DC24C3
Tints of Shocking Pink #DC24C3
RGB
CMYK
RGB Variations
Color information
#DC24C3 (or 0xDC24C3) is known color: Shocking Pink. HEX triplet: DC, 24 and C3. RGB value is (220,36,195). Sum of RGB (Red+Green+Blue) = 220+36+195=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24C3 is #23DB3C. Grayscale: #6C6C6C. Windows color (decimal): -2349885 or 12788956. OLE color: 12788956.
HSL color Cylindrical-coordinate representation of color #DC24C3: hue angle of 308.15º 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 #DC24C3 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 195 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.14 |
| HSL | 308.15º | 0.72% | 0.5% | - |
| HSV(B) | 308.15º | 0.84% | 0.86% | - |
| XYZ | 40 | 20.42 | 53.46 | - |
| YUV | 109.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 195 | 0 | 0.84 | 0.11 | 0.14 | 308.15 | 0.72 | 0.5 |
| Hex | DC | 24 | C3 | 0 | 54 | B | E | 134 | 48 | 32 |
| Octal | 334 | 44 | 303 | 0 | 124 | 13 | 16 | 464 | 110 | 62 |
| Binary | 11011100 | 100100 | 11000011 | 0 | 1010100 | 1011 | 1110 | 100110100 | 1001000 | 110010 |
Color Harmonies of #DC24C3
Complementary color
Monochromatic Colors of #DC24C3
Black with #DC24C3
Text Example
Text Example
White with #DC24C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24C3; }
p { color: rgb(220,36,195); }
H1.HeaderClassName
{
color: #DC24C3;
}
.AnyTagClassName
{
color: #DC24C3;
}
</style>
background-color css
<style>
a { background-color: #DC24C3; }
a { background-color: rgb(220,36,195); }
div.DivClassName
{
background-color: #DC24C3;
}
.BgClassName
{
background-color: #DC24C3;
}
</style>
border-color css
<style>
span { border-color: #DC24C3; }
span { border-color: rgb(220,36,195); }
td.TdClassName
{
border-color: #DC24C3;
}
.TagClassName
{
border-color: #DC24C3;
}
</style>