Shades of Shocking Pink #DC24BA
Tints of Shocking Pink #DC24BA
RGB
CMYK
RGB Variations
Color information
#DC24BA (or 0xDC24BA) is known color: Shocking Pink. HEX triplet: DC, 24 and BA. RGB value is (220,36,186). Sum of RGB (Red+Green+Blue) = 220+36+186=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24BA is #23DB45. Grayscale: #6B6B6B. Windows color (decimal): -2349894 or 12199132. OLE color: 12199132.
HSL color Cylindrical-coordinate representation of color #DC24BA: hue angle of 311.09º 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 #DC24BA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 186 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.14 |
| HSL | 311.09º | 0.72% | 0.5% | - |
| HSV(B) | 311.09º | 0.84% | 0.86% | - |
| XYZ | 39.01 | 20.02 | 48.26 | - |
| YUV | 108.12 | 171.96 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 186 | 0 | 0.84 | 0.15 | 0.14 | 311.09 | 0.72 | 0.5 |
| Hex | DC | 24 | BA | 0 | 54 | F | E | 137 | 48 | 32 |
| Octal | 334 | 44 | 272 | 0 | 124 | 17 | 16 | 467 | 110 | 62 |
| Binary | 11011100 | 100100 | 10111010 | 0 | 1010100 | 1111 | 1110 | 100110111 | 1001000 | 110010 |
Color Harmonies of #DC24BA
Complementary color
Monochromatic Colors of #DC24BA
Black with #DC24BA
Text Example
Text Example
White with #DC24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24BA; }
p { color: rgb(220,36,186); }
H1.HeaderClassName
{
color: #DC24BA;
}
.AnyTagClassName
{
color: #DC24BA;
}
</style>
background-color css
<style>
a { background-color: #DC24BA; }
a { background-color: rgb(220,36,186); }
div.DivClassName
{
background-color: #DC24BA;
}
.BgClassName
{
background-color: #DC24BA;
}
</style>
border-color css
<style>
span { border-color: #DC24BA; }
span { border-color: rgb(220,36,186); }
td.TdClassName
{
border-color: #DC24BA;
}
.TagClassName
{
border-color: #DC24BA;
}
</style>