Shades of Shocking Pink #DB24BF
Tints of Shocking Pink #DB24BF
RGB
CMYK
RGB Variations
Color information
#DB24BF (or 0xDB24BF) is known color: Shocking Pink. HEX triplet: DB, 24 and BF. RGB value is (219,36,191). Sum of RGB (Red+Green+Blue) = 219+36+191=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24BF is #24DB40. Grayscale: #6B6B6B. Windows color (decimal): -2415425 or 12526811. OLE color: 12526811.
HSL color Cylindrical-coordinate representation of color #DB24BF: hue angle of 309.18º 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 #DB24BF is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 191 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.14 |
| HSL | 309.18º | 0.72% | 0.5% | - |
| HSV(B) | 309.18º | 0.84% | 0.86% | - |
| XYZ | 39.25 | 20.08 | 51.1 | - |
| YUV | 108.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 191 | 0 | 0.84 | 0.13 | 0.14 | 309.18 | 0.72 | 0.5 |
| Hex | DB | 24 | BF | 0 | 54 | D | E | 135 | 48 | 32 |
| Octal | 333 | 44 | 277 | 0 | 124 | 15 | 16 | 465 | 110 | 62 |
| Binary | 11011011 | 100100 | 10111111 | 0 | 1010100 | 1101 | 1110 | 100110101 | 1001000 | 110010 |
Color Harmonies of #DB24BF
Complementary color
Monochromatic Colors of #DB24BF
Black with #DB24BF
Text Example
Text Example
White with #DB24BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24BF; }
p { color: rgb(219,36,191); }
H1.HeaderClassName
{
color: #DB24BF;
}
.AnyTagClassName
{
color: #DB24BF;
}
</style>
background-color css
<style>
a { background-color: #DB24BF; }
a { background-color: rgb(219,36,191); }
div.DivClassName
{
background-color: #DB24BF;
}
.BgClassName
{
background-color: #DB24BF;
}
</style>
border-color css
<style>
span { border-color: #DB24BF; }
span { border-color: rgb(219,36,191); }
td.TdClassName
{
border-color: #DB24BF;
}
.TagClassName
{
border-color: #DB24BF;
}
</style>