Shades of Shocking Pink #DB20BC
Tints of Shocking Pink #DB20BC
RGB
CMYK
RGB Variations
Color information
#DB20BC (or 0xDB20BC) is known color: Shocking Pink. HEX triplet: DB, 20 and BC. RGB value is (219,32,188). Sum of RGB (Red+Green+Blue) = 219+32+188=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20BC is #24DF43. Grayscale: #696969. Windows color (decimal): -2416452 or 12329179. OLE color: 12329179.
HSL color Cylindrical-coordinate representation of color #DB20BC: hue angle of 309.95º 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 #DB20BC is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 188 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.14 |
| HSL | 309.95º | 0.75% | 0.49% | - |
| HSV(B) | 309.95º | 0.85% | 0.86% | - |
| XYZ | 38.81 | 19.72 | 49.34 | - |
| YUV | 105.7 | 174.45 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 188 | 0 | 0.85 | 0.14 | 0.14 | 309.95 | 0.75 | 0.49 |
| Hex | DB | 20 | BC | 0 | 55 | E | E | 136 | 4B | 31 |
| Octal | 333 | 40 | 274 | 0 | 125 | 16 | 16 | 466 | 113 | 61 |
| Binary | 11011011 | 100000 | 10111100 | 0 | 1010101 | 1110 | 1110 | 100110110 | 1001011 | 110001 |
Color Harmonies of #DB20BC
Complementary color
Monochromatic Colors of #DB20BC
Black with #DB20BC
Text Example
Text Example
White with #DB20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20BC; }
p { color: rgb(219,32,188); }
H1.HeaderClassName
{
color: #DB20BC;
}
.AnyTagClassName
{
color: #DB20BC;
}
</style>
background-color css
<style>
a { background-color: #DB20BC; }
a { background-color: rgb(219,32,188); }
div.DivClassName
{
background-color: #DB20BC;
}
.BgClassName
{
background-color: #DB20BC;
}
</style>
border-color css
<style>
span { border-color: #DB20BC; }
span { border-color: rgb(219,32,188); }
td.TdClassName
{
border-color: #DB20BC;
}
.TagClassName
{
border-color: #DB20BC;
}
</style>