Shades of Shocking Pink #DB20BA
Tints of Shocking Pink #DB20BA
RGB
CMYK
RGB Variations
Color information
#DB20BA (or 0xDB20BA) is known color: Shocking Pink. HEX triplet: DB, 20 and BA. RGB value is (219,32,186). Sum of RGB (Red+Green+Blue) = 219+32+186=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20BA is #24DF45. Grayscale: #696969. Windows color (decimal): -2416454 or 12198107. OLE color: 12198107.
HSL color Cylindrical-coordinate representation of color #DB20BA: hue angle of 310.59º 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 #DB20BA is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 186 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.14 |
| HSL | 310.59º | 0.75% | 0.49% | - |
| HSV(B) | 310.59º | 0.85% | 0.86% | - |
| XYZ | 38.59 | 19.64 | 48.21 | - |
| YUV | 105.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 186 | 0 | 0.85 | 0.15 | 0.14 | 310.59 | 0.75 | 0.49 |
| Hex | DB | 20 | BA | 0 | 55 | F | E | 137 | 4B | 31 |
| Octal | 333 | 40 | 272 | 0 | 125 | 17 | 16 | 467 | 113 | 61 |
| Binary | 11011011 | 100000 | 10111010 | 0 | 1010101 | 1111 | 1110 | 100110111 | 1001011 | 110001 |
Color Harmonies of #DB20BA
Complementary color
Monochromatic Colors of #DB20BA
Black with #DB20BA
Text Example
Text Example
White with #DB20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20BA; }
p { color: rgb(219,32,186); }
H1.HeaderClassName
{
color: #DB20BA;
}
.AnyTagClassName
{
color: #DB20BA;
}
</style>
background-color css
<style>
a { background-color: #DB20BA; }
a { background-color: rgb(219,32,186); }
div.DivClassName
{
background-color: #DB20BA;
}
.BgClassName
{
background-color: #DB20BA;
}
</style>
border-color css
<style>
span { border-color: #DB20BA; }
span { border-color: rgb(219,32,186); }
td.TdClassName
{
border-color: #DB20BA;
}
.TagClassName
{
border-color: #DB20BA;
}
</style>