Shades of Shocking Pink #DB20BF
Tints of Shocking Pink #DB20BF
RGB
CMYK
RGB Variations
Color information
#DB20BF (or 0xDB20BF) is known color: Shocking Pink. HEX triplet: DB, 20 and BF. RGB value is (219,32,191). Sum of RGB (Red+Green+Blue) = 219+32+191=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20BF is #24DF40. Grayscale: #696969. Windows color (decimal): -2416449 or 12525787. OLE color: 12525787.
HSL color Cylindrical-coordinate representation of color #DB20BF: hue angle of 308.98º 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 #DB20BF is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 191 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.14 |
| HSL | 308.98º | 0.75% | 0.49% | - |
| HSV(B) | 308.98º | 0.85% | 0.86% | - |
| XYZ | 39.13 | 19.85 | 51.06 | - |
| YUV | 106.04 | 175.95 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 191 | 0 | 0.85 | 0.13 | 0.14 | 308.98 | 0.75 | 0.49 |
| Hex | DB | 20 | BF | 0 | 55 | D | E | 135 | 4B | 31 |
| Octal | 333 | 40 | 277 | 0 | 125 | 15 | 16 | 465 | 113 | 61 |
| Binary | 11011011 | 100000 | 10111111 | 0 | 1010101 | 1101 | 1110 | 100110101 | 1001011 | 110001 |
Color Harmonies of #DB20BF
Complementary color
Monochromatic Colors of #DB20BF
Black with #DB20BF
Text Example
Text Example
White with #DB20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20BF; }
p { color: rgb(219,32,191); }
H1.HeaderClassName
{
color: #DB20BF;
}
.AnyTagClassName
{
color: #DB20BF;
}
</style>
background-color css
<style>
a { background-color: #DB20BF; }
a { background-color: rgb(219,32,191); }
div.DivClassName
{
background-color: #DB20BF;
}
.BgClassName
{
background-color: #DB20BF;
}
</style>
border-color css
<style>
span { border-color: #DB20BF; }
span { border-color: rgb(219,32,191); }
td.TdClassName
{
border-color: #DB20BF;
}
.TagClassName
{
border-color: #DB20BF;
}
</style>