Shades of Shocking Pink #DB19BC
Tints of Shocking Pink #DB19BC
RGB
CMYK
RGB Variations
Color information
#DB19BC (or 0xDB19BC) is known color: Shocking Pink. HEX triplet: DB, 19 and BC. RGB value is (219,25,188). Sum of RGB (Red+Green+Blue) = 219+25+188=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19BC is #24E643. Grayscale: #656565. Windows color (decimal): -2418244 or 12327387. OLE color: 12327387.
HSL color Cylindrical-coordinate representation of color #DB19BC: hue angle of 309.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19BC is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 188 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.14 |
| HSL | 309.59º | 0.8% | 0.48% | - |
| HSV(B) | 309.59º | 0.89% | 0.86% | - |
| XYZ | 38.64 | 19.39 | 49.28 | - |
| YUV | 101.59 | 176.77 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 188 | 0 | 0.89 | 0.14 | 0.14 | 309.59 | 0.8 | 0.48 |
| Hex | DB | 19 | BC | 0 | 59 | E | E | 136 | 50 | 30 |
| Octal | 333 | 31 | 274 | 0 | 131 | 16 | 16 | 466 | 120 | 60 |
| Binary | 11011011 | 11001 | 10111100 | 0 | 1011001 | 1110 | 1110 | 100110110 | 1010000 | 110000 |
Color Harmonies of #DB19BC
Complementary color
Monochromatic Colors of #DB19BC
Black with #DB19BC
Text Example
Text Example
White with #DB19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19BC; }
p { color: rgb(219,25,188); }
H1.HeaderClassName
{
color: #DB19BC;
}
.AnyTagClassName
{
color: #DB19BC;
}
</style>
background-color css
<style>
a { background-color: #DB19BC; }
a { background-color: rgb(219,25,188); }
div.DivClassName
{
background-color: #DB19BC;
}
.BgClassName
{
background-color: #DB19BC;
}
</style>
border-color css
<style>
span { border-color: #DB19BC; }
span { border-color: rgb(219,25,188); }
td.TdClassName
{
border-color: #DB19BC;
}
.TagClassName
{
border-color: #DB19BC;
}
</style>