Shades of Shocking Pink #DC24BB
Tints of Shocking Pink #DC24BB
RGB
CMYK
RGB Variations
Color information
#DC24BB (or 0xDC24BB) is known color: Shocking Pink. HEX triplet: DC, 24 and BB. RGB value is (220,36,187). Sum of RGB (Red+Green+Blue) = 220+36+187=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24BB is #23DB44. Grayscale: #6B6B6B. Windows color (decimal): -2349893 or 12264668. OLE color: 12264668.
HSL color Cylindrical-coordinate representation of color #DC24BB: hue angle of 310.76º 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 #DC24BB is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 187 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.14 |
| HSL | 310.76º | 0.72% | 0.5% | - |
| HSV(B) | 310.76º | 0.84% | 0.86% | - |
| XYZ | 39.12 | 20.07 | 48.83 | - |
| YUV | 108.23 | 172.46 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 187 | 0 | 0.84 | 0.15 | 0.14 | 310.76 | 0.72 | 0.5 |
| Hex | DC | 24 | BB | 0 | 54 | F | E | 137 | 48 | 32 |
| Octal | 334 | 44 | 273 | 0 | 124 | 17 | 16 | 467 | 110 | 62 |
| Binary | 11011100 | 100100 | 10111011 | 0 | 1010100 | 1111 | 1110 | 100110111 | 1001000 | 110010 |
Color Harmonies of #DC24BB
Complementary color
Monochromatic Colors of #DC24BB
Black with #DC24BB
Text Example
Text Example
White with #DC24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24BB; }
p { color: rgb(220,36,187); }
H1.HeaderClassName
{
color: #DC24BB;
}
.AnyTagClassName
{
color: #DC24BB;
}
</style>
background-color css
<style>
a { background-color: #DC24BB; }
a { background-color: rgb(220,36,187); }
div.DivClassName
{
background-color: #DC24BB;
}
.BgClassName
{
background-color: #DC24BB;
}
</style>
border-color css
<style>
span { border-color: #DC24BB; }
span { border-color: rgb(220,36,187); }
td.TdClassName
{
border-color: #DC24BB;
}
.TagClassName
{
border-color: #DC24BB;
}
</style>