Shades of Shocking Pink #DB1BBC
Tints of Shocking Pink #DB1BBC
RGB
CMYK
RGB Variations
Color information
#DB1BBC (or 0xDB1BBC) is known color: Shocking Pink. HEX triplet: DB, 1B and BC. RGB value is (219,27,188). Sum of RGB (Red+Green+Blue) = 219+27+188=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BBC is #24E443. Grayscale: #666666. Windows color (decimal): -2417732 or 12327899. OLE color: 12327899.
HSL color Cylindrical-coordinate representation of color #DB1BBC: hue angle of 309.69º 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 #DB1BBC is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 188 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.14 |
| HSL | 309.69º | 0.78% | 0.48% | - |
| HSV(B) | 309.69º | 0.88% | 0.86% | - |
| XYZ | 38.68 | 19.47 | 49.3 | - |
| YUV | 102.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 188 | 0 | 0.88 | 0.14 | 0.14 | 309.69 | 0.78 | 0.48 |
| Hex | DB | 1B | BC | 0 | 58 | E | E | 136 | 4E | 30 |
| Octal | 333 | 33 | 274 | 0 | 130 | 16 | 16 | 466 | 116 | 60 |
| Binary | 11011011 | 11011 | 10111100 | 0 | 1011000 | 1110 | 1110 | 100110110 | 1001110 | 110000 |
Color Harmonies of #DB1BBC
Complementary color
Monochromatic Colors of #DB1BBC
Black with #DB1BBC
Text Example
Text Example
White with #DB1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BBC; }
p { color: rgb(219,27,188); }
H1.HeaderClassName
{
color: #DB1BBC;
}
.AnyTagClassName
{
color: #DB1BBC;
}
</style>
background-color css
<style>
a { background-color: #DB1BBC; }
a { background-color: rgb(219,27,188); }
div.DivClassName
{
background-color: #DB1BBC;
}
.BgClassName
{
background-color: #DB1BBC;
}
</style>
border-color css
<style>
span { border-color: #DB1BBC; }
span { border-color: rgb(219,27,188); }
td.TdClassName
{
border-color: #DB1BBC;
}
.TagClassName
{
border-color: #DB1BBC;
}
</style>