Shades of Shocking Pink #DB23BB
Tints of Shocking Pink #DB23BB
RGB
CMYK
RGB Variations
Color information
#DB23BB (or 0xDB23BB) is known color: Shocking Pink. HEX triplet: DB, 23 and BB. RGB value is (219,35,187). Sum of RGB (Red+Green+Blue) = 219+35+187=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23BB is #24DC44. Grayscale: #6A6A6A. Windows color (decimal): -2415685 or 12264411. OLE color: 12264411.
HSL color Cylindrical-coordinate representation of color #DB23BB: hue angle of 310.43º 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 #DB23BB is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 187 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.14 |
| HSL | 310.43º | 0.72% | 0.5% | - |
| HSV(B) | 310.43º | 0.84% | 0.86% | - |
| XYZ | 38.78 | 19.85 | 48.8 | - |
| YUV | 107.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 187 | 0 | 0.84 | 0.15 | 0.14 | 310.43 | 0.72 | 0.5 |
| Hex | DB | 23 | BB | 0 | 54 | F | E | 136 | 48 | 32 |
| Octal | 333 | 43 | 273 | 0 | 124 | 17 | 16 | 466 | 110 | 62 |
| Binary | 11011011 | 100011 | 10111011 | 0 | 1010100 | 1111 | 1110 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DB23BB
Complementary color
Monochromatic Colors of #DB23BB
Black with #DB23BB
Text Example
Text Example
White with #DB23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23BB; }
p { color: rgb(219,35,187); }
H1.HeaderClassName
{
color: #DB23BB;
}
.AnyTagClassName
{
color: #DB23BB;
}
</style>
background-color css
<style>
a { background-color: #DB23BB; }
a { background-color: rgb(219,35,187); }
div.DivClassName
{
background-color: #DB23BB;
}
.BgClassName
{
background-color: #DB23BB;
}
</style>
border-color css
<style>
span { border-color: #DB23BB; }
span { border-color: rgb(219,35,187); }
td.TdClassName
{
border-color: #DB23BB;
}
.TagClassName
{
border-color: #DB23BB;
}
</style>