Shades of Shocking Pink #DB1AB4
Tints of Shocking Pink #DB1AB4
RGB
CMYK
RGB Variations
Color information
#DB1AB4 (or 0xDB1AB4) is known color: Shocking Pink. HEX triplet: DB, 1A and B4. RGB value is (219,26,180). Sum of RGB (Red+Green+Blue) = 219+26+180=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AB4 is #24E54B. Grayscale: #646464. Windows color (decimal): -2417996 or 11803355. OLE color: 11803355.
HSL color Cylindrical-coordinate representation of color #DB1AB4: hue angle of 312.12º 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 #DB1AB4 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 180 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.14 |
| HSL | 312.12º | 0.79% | 0.48% | - |
| HSV(B) | 312.12º | 0.88% | 0.86% | - |
| XYZ | 37.82 | 19.09 | 44.87 | - |
| YUV | 101.26 | 172.44 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 180 | 0 | 0.88 | 0.18 | 0.14 | 312.12 | 0.79 | 0.48 |
| Hex | DB | 1A | B4 | 0 | 58 | 12 | E | 138 | 4F | 30 |
| Octal | 333 | 32 | 264 | 0 | 130 | 22 | 16 | 470 | 117 | 60 |
| Binary | 11011011 | 11010 | 10110100 | 0 | 1011000 | 10010 | 1110 | 100111000 | 1001111 | 110000 |
Color Harmonies of #DB1AB4
Complementary color
Monochromatic Colors of #DB1AB4
Black with #DB1AB4
Text Example
Text Example
White with #DB1AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AB4; }
p { color: rgb(219,26,180); }
H1.HeaderClassName
{
color: #DB1AB4;
}
.AnyTagClassName
{
color: #DB1AB4;
}
</style>
background-color css
<style>
a { background-color: #DB1AB4; }
a { background-color: rgb(219,26,180); }
div.DivClassName
{
background-color: #DB1AB4;
}
.BgClassName
{
background-color: #DB1AB4;
}
</style>
border-color css
<style>
span { border-color: #DB1AB4; }
span { border-color: rgb(219,26,180); }
td.TdClassName
{
border-color: #DB1AB4;
}
.TagClassName
{
border-color: #DB1AB4;
}
</style>