Shades of Shocking Pink #DB1BB7
Tints of Shocking Pink #DB1BB7
RGB
CMYK
RGB Variations
Color information
#DB1BB7 (or 0xDB1BB7) is known color: Shocking Pink. HEX triplet: DB, 1B and B7. RGB value is (219,27,183). Sum of RGB (Red+Green+Blue) = 219+27+183=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BB7 is #24E448. Grayscale: #656565. Windows color (decimal): -2417737 or 12000219. OLE color: 12000219.
HSL color Cylindrical-coordinate representation of color #DB1BB7: hue angle of 311.25º 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 #DB1BB7 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 183 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.14 |
| HSL | 311.25º | 0.78% | 0.48% | - |
| HSV(B) | 311.25º | 0.88% | 0.86% | - |
| XYZ | 38.15 | 19.26 | 46.51 | - |
| YUV | 102.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 183 | 0 | 0.88 | 0.16 | 0.14 | 311.25 | 0.78 | 0.48 |
| Hex | DB | 1B | B7 | 0 | 58 | 10 | E | 137 | 4E | 30 |
| Octal | 333 | 33 | 267 | 0 | 130 | 20 | 16 | 467 | 116 | 60 |
| Binary | 11011011 | 11011 | 10110111 | 0 | 1011000 | 10000 | 1110 | 100110111 | 1001110 | 110000 |
Color Harmonies of #DB1BB7
Complementary color
Monochromatic Colors of #DB1BB7
Black with #DB1BB7
Text Example
Text Example
White with #DB1BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BB7; }
p { color: rgb(219,27,183); }
H1.HeaderClassName
{
color: #DB1BB7;
}
.AnyTagClassName
{
color: #DB1BB7;
}
</style>
background-color css
<style>
a { background-color: #DB1BB7; }
a { background-color: rgb(219,27,183); }
div.DivClassName
{
background-color: #DB1BB7;
}
.BgClassName
{
background-color: #DB1BB7;
}
</style>
border-color css
<style>
span { border-color: #DB1BB7; }
span { border-color: rgb(219,27,183); }
td.TdClassName
{
border-color: #DB1BB7;
}
.TagClassName
{
border-color: #DB1BB7;
}
</style>