Shades of Shocking Pink #DB24BE
Tints of Shocking Pink #DB24BE
RGB
CMYK
RGB Variations
Color information
#DB24BE (or 0xDB24BE) is known color: Shocking Pink. HEX triplet: DB, 24 and BE. RGB value is (219,36,190). Sum of RGB (Red+Green+Blue) = 219+36+190=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24BE is #24DB41. Grayscale: #6B6B6B. Windows color (decimal): -2415426 or 12461275. OLE color: 12461275.
HSL color Cylindrical-coordinate representation of color #DB24BE: hue angle of 309.51º 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 #DB24BE is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 190 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.14 |
| HSL | 309.51º | 0.72% | 0.5% | - |
| HSV(B) | 309.51º | 0.84% | 0.86% | - |
| XYZ | 39.14 | 20.04 | 50.52 | - |
| YUV | 108.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 190 | 0 | 0.84 | 0.13 | 0.14 | 309.51 | 0.72 | 0.5 |
| Hex | DB | 24 | BE | 0 | 54 | D | E | 136 | 48 | 32 |
| Octal | 333 | 44 | 276 | 0 | 124 | 15 | 16 | 466 | 110 | 62 |
| Binary | 11011011 | 100100 | 10111110 | 0 | 1010100 | 1101 | 1110 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DB24BE
Complementary color
Monochromatic Colors of #DB24BE
Black with #DB24BE
Text Example
Text Example
White with #DB24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24BE; }
p { color: rgb(219,36,190); }
H1.HeaderClassName
{
color: #DB24BE;
}
.AnyTagClassName
{
color: #DB24BE;
}
</style>
background-color css
<style>
a { background-color: #DB24BE; }
a { background-color: rgb(219,36,190); }
div.DivClassName
{
background-color: #DB24BE;
}
.BgClassName
{
background-color: #DB24BE;
}
</style>
border-color css
<style>
span { border-color: #DB24BE; }
span { border-color: rgb(219,36,190); }
td.TdClassName
{
border-color: #DB24BE;
}
.TagClassName
{
border-color: #DB24BE;
}
</style>