Shades of Shocking Pink #DB1BBB
Tints of Shocking Pink #DB1BBB
RGB
CMYK
RGB Variations
Color information
#DB1BBB (or 0xDB1BBB) is known color: Shocking Pink. HEX triplet: DB, 1B and BB. RGB value is (219,27,187). Sum of RGB (Red+Green+Blue) = 219+27+187=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BBB is #24E444. Grayscale: #666666. Windows color (decimal): -2417733 or 12262363. OLE color: 12262363.
HSL color Cylindrical-coordinate representation of color #DB1BBB: hue angle of 310º degrees, saturation: 0.78, 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 #DB1BBB is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 187 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.14 |
| HSL | 310º | 0.78% | 0.48% | - |
| HSV(B) | 310º | 0.88% | 0.86% | - |
| XYZ | 38.57 | 19.43 | 48.73 | - |
| YUV | 102.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 187 | 0 | 0.88 | 0.15 | 0.14 | 310 | 0.78 | 0.48 |
| Hex | DB | 1B | BB | 0 | 58 | F | E | 136 | 4E | 30 |
| Octal | 333 | 33 | 273 | 0 | 130 | 17 | 16 | 466 | 116 | 60 |
| Binary | 11011011 | 11011 | 10111011 | 0 | 1011000 | 1111 | 1110 | 100110110 | 1001110 | 110000 |
Color Harmonies of #DB1BBB
Complementary color
Monochromatic Colors of #DB1BBB
Black with #DB1BBB
Text Example
Text Example
White with #DB1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BBB; }
p { color: rgb(219,27,187); }
H1.HeaderClassName
{
color: #DB1BBB;
}
.AnyTagClassName
{
color: #DB1BBB;
}
</style>
background-color css
<style>
a { background-color: #DB1BBB; }
a { background-color: rgb(219,27,187); }
div.DivClassName
{
background-color: #DB1BBB;
}
.BgClassName
{
background-color: #DB1BBB;
}
</style>
border-color css
<style>
span { border-color: #DB1BBB; }
span { border-color: rgb(219,27,187); }
td.TdClassName
{
border-color: #DB1BBB;
}
.TagClassName
{
border-color: #DB1BBB;
}
</style>