Shades of Shocking Pink #DB1AB9
Tints of Shocking Pink #DB1AB9
RGB
CMYK
RGB Variations
Color information
#DB1AB9 (or 0xDB1AB9) is known color: Shocking Pink. HEX triplet: DB, 1A and B9. RGB value is (219,26,185). Sum of RGB (Red+Green+Blue) = 219+26+185=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AB9 is #24E546. Grayscale: #656565. Windows color (decimal): -2417991 or 12131035. OLE color: 12131035.
HSL color Cylindrical-coordinate representation of color #DB1AB9: hue angle of 310.57º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AB9 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 185 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.14 |
| HSL | 310.57º | 0.79% | 0.48% | - |
| HSV(B) | 310.57º | 0.88% | 0.86% | - |
| XYZ | 38.34 | 19.3 | 47.6 | - |
| YUV | 101.83 | 174.94 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 185 | 0 | 0.88 | 0.16 | 0.14 | 310.57 | 0.79 | 0.48 |
| Hex | DB | 1A | B9 | 0 | 58 | 10 | E | 137 | 4F | 30 |
| Octal | 333 | 32 | 271 | 0 | 130 | 20 | 16 | 467 | 117 | 60 |
| Binary | 11011011 | 11010 | 10111001 | 0 | 1011000 | 10000 | 1110 | 100110111 | 1001111 | 110000 |
Color Harmonies of #DB1AB9
Complementary color
Monochromatic Colors of #DB1AB9
Black with #DB1AB9
Text Example
Text Example
White with #DB1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AB9; }
p { color: rgb(219,26,185); }
H1.HeaderClassName
{
color: #DB1AB9;
}
.AnyTagClassName
{
color: #DB1AB9;
}
</style>
background-color css
<style>
a { background-color: #DB1AB9; }
a { background-color: rgb(219,26,185); }
div.DivClassName
{
background-color: #DB1AB9;
}
.BgClassName
{
background-color: #DB1AB9;
}
</style>
border-color css
<style>
span { border-color: #DB1AB9; }
span { border-color: rgb(219,26,185); }
td.TdClassName
{
border-color: #DB1AB9;
}
.TagClassName
{
border-color: #DB1AB9;
}
</style>