Shades of Shocking Pink #DB1DB5
Tints of Shocking Pink #DB1DB5
RGB
CMYK
RGB Variations
Color information
#DB1DB5 (or 0xDB1DB5) is known color: Shocking Pink. HEX triplet: DB, 1D and B5. RGB value is (219,29,181). Sum of RGB (Red+Green+Blue) = 219+29+181=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DB5 is #24E24A. Grayscale: #666666. Windows color (decimal): -2417227 or 11869659. OLE color: 11869659.
HSL color Cylindrical-coordinate representation of color #DB1DB5: hue angle of 312º 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 #DB1DB5 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 181 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.14 |
| HSL | 312º | 0.77% | 0.49% | - |
| HSV(B) | 312º | 0.87% | 0.86% | - |
| XYZ | 37.99 | 19.27 | 45.43 | - |
| YUV | 103.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 181 | 0 | 0.87 | 0.17 | 0.14 | 312 | 0.77 | 0.49 |
| Hex | DB | 1D | B5 | 0 | 57 | 11 | E | 138 | 4D | 31 |
| Octal | 333 | 35 | 265 | 0 | 127 | 21 | 16 | 470 | 115 | 61 |
| Binary | 11011011 | 11101 | 10110101 | 0 | 1010111 | 10001 | 1110 | 100111000 | 1001101 | 110001 |
Color Harmonies of #DB1DB5
Complementary color
Monochromatic Colors of #DB1DB5
Black with #DB1DB5
Text Example
Text Example
White with #DB1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DB5; }
p { color: rgb(219,29,181); }
H1.HeaderClassName
{
color: #DB1DB5;
}
.AnyTagClassName
{
color: #DB1DB5;
}
</style>
background-color css
<style>
a { background-color: #DB1DB5; }
a { background-color: rgb(219,29,181); }
div.DivClassName
{
background-color: #DB1DB5;
}
.BgClassName
{
background-color: #DB1DB5;
}
</style>
border-color css
<style>
span { border-color: #DB1DB5; }
span { border-color: rgb(219,29,181); }
td.TdClassName
{
border-color: #DB1DB5;
}
.TagClassName
{
border-color: #DB1DB5;
}
</style>