Shades of Shocking Pink #DB21BF
Tints of Shocking Pink #DB21BF
RGB
CMYK
RGB Variations
Color information
#DB21BF (or 0xDB21BF) is known color: Shocking Pink. HEX triplet: DB, 21 and BF. RGB value is (219,33,191). Sum of RGB (Red+Green+Blue) = 219+33+191=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21BF is #24DE40. Grayscale: #6A6A6A. Windows color (decimal): -2416193 or 12526043. OLE color: 12526043.
HSL color Cylindrical-coordinate representation of color #DB21BF: hue angle of 309.03º degrees, saturation: 0.74, 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 #DB21BF is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 191 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.14 |
| HSL | 309.03º | 0.74% | 0.49% | - |
| HSV(B) | 309.03º | 0.85% | 0.86% | - |
| XYZ | 39.16 | 19.91 | 51.07 | - |
| YUV | 106.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 191 | 0 | 0.85 | 0.13 | 0.14 | 309.03 | 0.74 | 0.49 |
| Hex | DB | 21 | BF | 0 | 55 | D | E | 135 | 4A | 31 |
| Octal | 333 | 41 | 277 | 0 | 125 | 15 | 16 | 465 | 112 | 61 |
| Binary | 11011011 | 100001 | 10111111 | 0 | 1010101 | 1101 | 1110 | 100110101 | 1001010 | 110001 |
Color Harmonies of #DB21BF
Complementary color
Monochromatic Colors of #DB21BF
Black with #DB21BF
Text Example
Text Example
White with #DB21BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21BF; }
p { color: rgb(219,33,191); }
H1.HeaderClassName
{
color: #DB21BF;
}
.AnyTagClassName
{
color: #DB21BF;
}
</style>
background-color css
<style>
a { background-color: #DB21BF; }
a { background-color: rgb(219,33,191); }
div.DivClassName
{
background-color: #DB21BF;
}
.BgClassName
{
background-color: #DB21BF;
}
</style>
border-color css
<style>
span { border-color: #DB21BF; }
span { border-color: rgb(219,33,191); }
td.TdClassName
{
border-color: #DB21BF;
}
.TagClassName
{
border-color: #DB21BF;
}
</style>