Shades of Shocking Pink #DB1AB2
Tints of Shocking Pink #DB1AB2
RGB
CMYK
RGB Variations
Color information
#DB1AB2 (or 0xDB1AB2) is known color: Shocking Pink. HEX triplet: DB, 1A and B2. RGB value is (219,26,178). Sum of RGB (Red+Green+Blue) = 219+26+178=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AB2 is #24E54D. Grayscale: #646464. Windows color (decimal): -2417998 or 11672283. OLE color: 11672283.
HSL color Cylindrical-coordinate representation of color #DB1AB2: hue angle of 312.75º 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 #DB1AB2 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 178 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.14 |
| HSL | 312.75º | 0.79% | 0.48% | - |
| HSV(B) | 312.75º | 0.88% | 0.86% | - |
| XYZ | 37.62 | 19.01 | 43.81 | - |
| YUV | 101.04 | 171.44 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 178 | 0 | 0.88 | 0.19 | 0.14 | 312.75 | 0.79 | 0.48 |
| Hex | DB | 1A | B2 | 0 | 58 | 13 | E | 139 | 4F | 30 |
| Octal | 333 | 32 | 262 | 0 | 130 | 23 | 16 | 471 | 117 | 60 |
| Binary | 11011011 | 11010 | 10110010 | 0 | 1011000 | 10011 | 1110 | 100111001 | 1001111 | 110000 |
Color Harmonies of #DB1AB2
Complementary color
Monochromatic Colors of #DB1AB2
Black with #DB1AB2
Text Example
Text Example
White with #DB1AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AB2; }
p { color: rgb(219,26,178); }
H1.HeaderClassName
{
color: #DB1AB2;
}
.AnyTagClassName
{
color: #DB1AB2;
}
</style>
background-color css
<style>
a { background-color: #DB1AB2; }
a { background-color: rgb(219,26,178); }
div.DivClassName
{
background-color: #DB1AB2;
}
.BgClassName
{
background-color: #DB1AB2;
}
</style>
border-color css
<style>
span { border-color: #DB1AB2; }
span { border-color: rgb(219,26,178); }
td.TdClassName
{
border-color: #DB1AB2;
}
.TagClassName
{
border-color: #DB1AB2;
}
</style>