Shades of Shocking Pink #DB20BD
Tints of Shocking Pink #DB20BD
RGB
CMYK
RGB Variations
Color information
#DB20BD (or 0xDB20BD) is known color: Shocking Pink. HEX triplet: DB, 20 and BD. RGB value is (219,32,189). Sum of RGB (Red+Green+Blue) = 219+32+189=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20BD is #24DF42. Grayscale: #696969. Windows color (decimal): -2416451 or 12394715. OLE color: 12394715.
HSL color Cylindrical-coordinate representation of color #DB20BD: hue angle of 309.63º 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 #DB20BD is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 189 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.14 |
| HSL | 309.63º | 0.75% | 0.49% | - |
| HSV(B) | 309.63º | 0.85% | 0.86% | - |
| XYZ | 38.92 | 19.77 | 49.91 | - |
| YUV | 105.81 | 174.95 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 189 | 0 | 0.85 | 0.14 | 0.14 | 309.63 | 0.75 | 0.49 |
| Hex | DB | 20 | BD | 0 | 55 | E | E | 136 | 4B | 31 |
| Octal | 333 | 40 | 275 | 0 | 125 | 16 | 16 | 466 | 113 | 61 |
| Binary | 11011011 | 100000 | 10111101 | 0 | 1010101 | 1110 | 1110 | 100110110 | 1001011 | 110001 |
Color Harmonies of #DB20BD
Complementary color
Monochromatic Colors of #DB20BD
Black with #DB20BD
Text Example
Text Example
White with #DB20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20BD; }
p { color: rgb(219,32,189); }
H1.HeaderClassName
{
color: #DB20BD;
}
.AnyTagClassName
{
color: #DB20BD;
}
</style>
background-color css
<style>
a { background-color: #DB20BD; }
a { background-color: rgb(219,32,189); }
div.DivClassName
{
background-color: #DB20BD;
}
.BgClassName
{
background-color: #DB20BD;
}
</style>
border-color css
<style>
span { border-color: #DB20BD; }
span { border-color: rgb(219,32,189); }
td.TdClassName
{
border-color: #DB20BD;
}
.TagClassName
{
border-color: #DB20BD;
}
</style>