Shades of Shocking Pink #DB1DBB
Tints of Shocking Pink #DB1DBB
RGB
CMYK
RGB Variations
Color information
#DB1DBB (or 0xDB1DBB) is known color: Shocking Pink. HEX triplet: DB, 1D and BB. RGB value is (219,29,187). Sum of RGB (Red+Green+Blue) = 219+29+187=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DBB is #24E244. Grayscale: #676767. Windows color (decimal): -2417221 or 12262875. OLE color: 12262875.
HSL color Cylindrical-coordinate representation of color #DB1DBB: hue angle of 310.11º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1DBB is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 187 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.14 |
| HSL | 310.11º | 0.77% | 0.49% | - |
| HSV(B) | 310.11º | 0.87% | 0.86% | - |
| XYZ | 38.62 | 19.53 | 48.75 | - |
| YUV | 103.82 | 174.95 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 187 | 0 | 0.87 | 0.15 | 0.14 | 310.11 | 0.77 | 0.49 |
| Hex | DB | 1D | BB | 0 | 57 | F | E | 136 | 4D | 31 |
| Octal | 333 | 35 | 273 | 0 | 127 | 17 | 16 | 466 | 115 | 61 |
| Binary | 11011011 | 11101 | 10111011 | 0 | 1010111 | 1111 | 1110 | 100110110 | 1001101 | 110001 |
Color Harmonies of #DB1DBB
Complementary color
Monochromatic Colors of #DB1DBB
Black with #DB1DBB
Text Example
Text Example
White with #DB1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DBB; }
p { color: rgb(219,29,187); }
H1.HeaderClassName
{
color: #DB1DBB;
}
.AnyTagClassName
{
color: #DB1DBB;
}
</style>
background-color css
<style>
a { background-color: #DB1DBB; }
a { background-color: rgb(219,29,187); }
div.DivClassName
{
background-color: #DB1DBB;
}
.BgClassName
{
background-color: #DB1DBB;
}
</style>
border-color css
<style>
span { border-color: #DB1DBB; }
span { border-color: rgb(219,29,187); }
td.TdClassName
{
border-color: #DB1DBB;
}
.TagClassName
{
border-color: #DB1DBB;
}
</style>