Shades of Shocking Pink #DB20BB
Tints of Shocking Pink #DB20BB
RGB
CMYK
RGB Variations
Color information
#DB20BB (or 0xDB20BB) is known color: Shocking Pink. HEX triplet: DB, 20 and BB. RGB value is (219,32,187). Sum of RGB (Red+Green+Blue) = 219+32+187=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20BB is #24DF44. Grayscale: #696969. Windows color (decimal): -2416453 or 12263643. OLE color: 12263643.
HSL color Cylindrical-coordinate representation of color #DB20BB: hue angle of 310.27º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB20BB is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 187 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.14 |
| HSL | 310.27º | 0.75% | 0.49% | - |
| HSV(B) | 310.27º | 0.85% | 0.86% | - |
| XYZ | 38.7 | 19.68 | 48.77 | - |
| YUV | 105.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 187 | 0 | 0.85 | 0.15 | 0.14 | 310.27 | 0.75 | 0.49 |
| Hex | DB | 20 | BB | 0 | 55 | F | E | 136 | 4B | 31 |
| Octal | 333 | 40 | 273 | 0 | 125 | 17 | 16 | 466 | 113 | 61 |
| Binary | 11011011 | 100000 | 10111011 | 0 | 1010101 | 1111 | 1110 | 100110110 | 1001011 | 110001 |
Color Harmonies of #DB20BB
Complementary color
Monochromatic Colors of #DB20BB
Black with #DB20BB
Text Example
Text Example
White with #DB20BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20BB; }
p { color: rgb(219,32,187); }
H1.HeaderClassName
{
color: #DB20BB;
}
.AnyTagClassName
{
color: #DB20BB;
}
</style>
background-color css
<style>
a { background-color: #DB20BB; }
a { background-color: rgb(219,32,187); }
div.DivClassName
{
background-color: #DB20BB;
}
.BgClassName
{
background-color: #DB20BB;
}
</style>
border-color css
<style>
span { border-color: #DB20BB; }
span { border-color: rgb(219,32,187); }
td.TdClassName
{
border-color: #DB20BB;
}
.TagClassName
{
border-color: #DB20BB;
}
</style>