Shades of Shocking Pink #DB24BC
Tints of Shocking Pink #DB24BC
RGB
CMYK
RGB Variations
Color information
#DB24BC (or 0xDB24BC) is known color: Shocking Pink. HEX triplet: DB, 24 and BC. RGB value is (219,36,188). Sum of RGB (Red+Green+Blue) = 219+36+188=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24BC is #24DB43. Grayscale: #6B6B6B. Windows color (decimal): -2415428 or 12330203. OLE color: 12330203.
HSL color Cylindrical-coordinate representation of color #DB24BC: hue angle of 310.16º 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 #DB24BC is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 188 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.14 |
| HSL | 310.16º | 0.72% | 0.5% | - |
| HSV(B) | 310.16º | 0.84% | 0.86% | - |
| XYZ | 38.92 | 19.95 | 49.38 | - |
| YUV | 108.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 188 | 0 | 0.84 | 0.14 | 0.14 | 310.16 | 0.72 | 0.5 |
| Hex | DB | 24 | BC | 0 | 54 | E | E | 136 | 48 | 32 |
| Octal | 333 | 44 | 274 | 0 | 124 | 16 | 16 | 466 | 110 | 62 |
| Binary | 11011011 | 100100 | 10111100 | 0 | 1010100 | 1110 | 1110 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DB24BC
Complementary color
Monochromatic Colors of #DB24BC
Black with #DB24BC
Text Example
Text Example
White with #DB24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24BC; }
p { color: rgb(219,36,188); }
H1.HeaderClassName
{
color: #DB24BC;
}
.AnyTagClassName
{
color: #DB24BC;
}
</style>
background-color css
<style>
a { background-color: #DB24BC; }
a { background-color: rgb(219,36,188); }
div.DivClassName
{
background-color: #DB24BC;
}
.BgClassName
{
background-color: #DB24BC;
}
</style>
border-color css
<style>
span { border-color: #DB24BC; }
span { border-color: rgb(219,36,188); }
td.TdClassName
{
border-color: #DB24BC;
}
.TagClassName
{
border-color: #DB24BC;
}
</style>