Shades of Shocking Pink #DB1ABB
Tints of Shocking Pink #DB1ABB
RGB
CMYK
RGB Variations
Color information
#DB1ABB (or 0xDB1ABB) is known color: Shocking Pink. HEX triplet: DB, 1A and BB. RGB value is (219,26,187). Sum of RGB (Red+Green+Blue) = 219+26+187=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ABB is #24E544. Grayscale: #656565. Windows color (decimal): -2417989 or 12262107. OLE color: 12262107.
HSL color Cylindrical-coordinate representation of color #DB1ABB: hue angle of 309.95º 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 #DB1ABB is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.14 |
| HSL | 309.95º | 0.79% | 0.48% | - |
| HSV(B) | 309.95º | 0.88% | 0.86% | - |
| XYZ | 38.55 | 19.39 | 48.72 | - |
| YUV | 102.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 187 | 0 | 0.88 | 0.15 | 0.14 | 309.95 | 0.79 | 0.48 |
| Hex | DB | 1A | BB | 0 | 58 | F | E | 136 | 4F | 30 |
| Octal | 333 | 32 | 273 | 0 | 130 | 17 | 16 | 466 | 117 | 60 |
| Binary | 11011011 | 11010 | 10111011 | 0 | 1011000 | 1111 | 1110 | 100110110 | 1001111 | 110000 |
Color Harmonies of #DB1ABB
Complementary color
Monochromatic Colors of #DB1ABB
Black with #DB1ABB
Text Example
Text Example
White with #DB1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ABB; }
p { color: rgb(219,26,187); }
H1.HeaderClassName
{
color: #DB1ABB;
}
.AnyTagClassName
{
color: #DB1ABB;
}
</style>
background-color css
<style>
a { background-color: #DB1ABB; }
a { background-color: rgb(219,26,187); }
div.DivClassName
{
background-color: #DB1ABB;
}
.BgClassName
{
background-color: #DB1ABB;
}
</style>
border-color css
<style>
span { border-color: #DB1ABB; }
span { border-color: rgb(219,26,187); }
td.TdClassName
{
border-color: #DB1ABB;
}
.TagClassName
{
border-color: #DB1ABB;
}
</style>