Shades of Shocking Pink #DB19B3
Tints of Shocking Pink #DB19B3
RGB
CMYK
RGB Variations
Color information
#DB19B3 (or 0xDB19B3) is known color: Shocking Pink. HEX triplet: DB, 19 and B3. RGB value is (219,25,179). Sum of RGB (Red+Green+Blue) = 219+25+179=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19B3 is #24E64C. Grayscale: #646464. Windows color (decimal): -2418253 or 11737563. OLE color: 11737563.
HSL color Cylindrical-coordinate representation of color #DB19B3: hue angle of 312.37º 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 #DB19B3 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 179 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.14 |
| HSL | 312.37º | 0.8% | 0.48% | - |
| HSV(B) | 312.37º | 0.89% | 0.86% | - |
| XYZ | 37.7 | 19.01 | 44.33 | - |
| YUV | 100.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 179 | 0 | 0.89 | 0.18 | 0.14 | 312.37 | 0.8 | 0.48 |
| Hex | DB | 19 | B3 | 0 | 59 | 12 | E | 138 | 50 | 30 |
| Octal | 333 | 31 | 263 | 0 | 131 | 22 | 16 | 470 | 120 | 60 |
| Binary | 11011011 | 11001 | 10110011 | 0 | 1011001 | 10010 | 1110 | 100111000 | 1010000 | 110000 |
Color Harmonies of #DB19B3
Complementary color
Monochromatic Colors of #DB19B3
Black with #DB19B3
Text Example
Text Example
White with #DB19B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19B3; }
p { color: rgb(219,25,179); }
H1.HeaderClassName
{
color: #DB19B3;
}
.AnyTagClassName
{
color: #DB19B3;
}
</style>
background-color css
<style>
a { background-color: #DB19B3; }
a { background-color: rgb(219,25,179); }
div.DivClassName
{
background-color: #DB19B3;
}
.BgClassName
{
background-color: #DB19B3;
}
</style>
border-color css
<style>
span { border-color: #DB19B3; }
span { border-color: rgb(219,25,179); }
td.TdClassName
{
border-color: #DB19B3;
}
.TagClassName
{
border-color: #DB19B3;
}
</style>