Shades of Shocking Pink #DB21BC
Tints of Shocking Pink #DB21BC
RGB
CMYK
RGB Variations
Color information
#DB21BC (or 0xDB21BC) is known color: Shocking Pink. HEX triplet: DB, 21 and BC. RGB value is (219,33,188). Sum of RGB (Red+Green+Blue) = 219+33+188=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21BC is #24DE43. Grayscale: #696969. Windows color (decimal): -2416196 or 12329435. OLE color: 12329435.
HSL color Cylindrical-coordinate representation of color #DB21BC: hue angle of 310º 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 #DB21BC is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 188 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.14 |
| HSL | 310º | 0.74% | 0.49% | - |
| HSV(B) | 310º | 0.85% | 0.86% | - |
| XYZ | 38.83 | 19.78 | 49.35 | - |
| YUV | 106.28 | 174.12 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 188 | 0 | 0.85 | 0.14 | 0.14 | 310 | 0.74 | 0.49 |
| Hex | DB | 21 | BC | 0 | 55 | E | E | 136 | 4A | 31 |
| Octal | 333 | 41 | 274 | 0 | 125 | 16 | 16 | 466 | 112 | 61 |
| Binary | 11011011 | 100001 | 10111100 | 0 | 1010101 | 1110 | 1110 | 100110110 | 1001010 | 110001 |
Color Harmonies of #DB21BC
Complementary color
Monochromatic Colors of #DB21BC
Black with #DB21BC
Text Example
Text Example
White with #DB21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21BC; }
p { color: rgb(219,33,188); }
H1.HeaderClassName
{
color: #DB21BC;
}
.AnyTagClassName
{
color: #DB21BC;
}
</style>
background-color css
<style>
a { background-color: #DB21BC; }
a { background-color: rgb(219,33,188); }
div.DivClassName
{
background-color: #DB21BC;
}
.BgClassName
{
background-color: #DB21BC;
}
</style>
border-color css
<style>
span { border-color: #DB21BC; }
span { border-color: rgb(219,33,188); }
td.TdClassName
{
border-color: #DB21BC;
}
.TagClassName
{
border-color: #DB21BC;
}
</style>