Shades of Shocking Pink #DB19B5
Tints of Shocking Pink #DB19B5
RGB
CMYK
RGB Variations
Color information
#DB19B5 (or 0xDB19B5) is known color: Shocking Pink. HEX triplet: DB, 19 and B5. RGB value is (219,25,181). Sum of RGB (Red+Green+Blue) = 219+25+181=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19B5 is #24E64A. Grayscale: #646464. Windows color (decimal): -2418251 or 11868635. OLE color: 11868635.
HSL color Cylindrical-coordinate representation of color #DB19B5: hue angle of 311.75º 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 #DB19B5 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 181 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.14 |
| HSL | 311.75º | 0.8% | 0.48% | - |
| HSV(B) | 311.75º | 0.89% | 0.86% | - |
| XYZ | 37.9 | 19.09 | 45.4 | - |
| YUV | 100.79 | 173.27 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 181 | 0 | 0.89 | 0.17 | 0.14 | 311.75 | 0.8 | 0.48 |
| Hex | DB | 19 | B5 | 0 | 59 | 11 | E | 138 | 50 | 30 |
| Octal | 333 | 31 | 265 | 0 | 131 | 21 | 16 | 470 | 120 | 60 |
| Binary | 11011011 | 11001 | 10110101 | 0 | 1011001 | 10001 | 1110 | 100111000 | 1010000 | 110000 |
Color Harmonies of #DB19B5
Complementary color
Monochromatic Colors of #DB19B5
Black with #DB19B5
Text Example
Text Example
White with #DB19B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19B5; }
p { color: rgb(219,25,181); }
H1.HeaderClassName
{
color: #DB19B5;
}
.AnyTagClassName
{
color: #DB19B5;
}
</style>
background-color css
<style>
a { background-color: #DB19B5; }
a { background-color: rgb(219,25,181); }
div.DivClassName
{
background-color: #DB19B5;
}
.BgClassName
{
background-color: #DB19B5;
}
</style>
border-color css
<style>
span { border-color: #DB19B5; }
span { border-color: rgb(219,25,181); }
td.TdClassName
{
border-color: #DB19B5;
}
.TagClassName
{
border-color: #DB19B5;
}
</style>