Shades of Shocking Pink #DB1CB5
Tints of Shocking Pink #DB1CB5
RGB
CMYK
RGB Variations
Color information
#DB1CB5 (or 0xDB1CB5) is known color: Shocking Pink. HEX triplet: DB, 1C and B5. RGB value is (219,28,181). Sum of RGB (Red+Green+Blue) = 219+28+181=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CB5 is #24E34A. Grayscale: #666666. Windows color (decimal): -2417483 or 11869403. OLE color: 11869403.
HSL color Cylindrical-coordinate representation of color #DB1CB5: hue angle of 311.94º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CB5 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 181 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.14 |
| HSL | 311.94º | 0.77% | 0.48% | - |
| HSV(B) | 311.94º | 0.87% | 0.86% | - |
| XYZ | 37.97 | 19.23 | 45.43 | - |
| YUV | 102.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 181 | 0 | 0.87 | 0.17 | 0.14 | 311.94 | 0.77 | 0.48 |
| Hex | DB | 1C | B5 | 0 | 57 | 11 | E | 138 | 4D | 30 |
| Octal | 333 | 34 | 265 | 0 | 127 | 21 | 16 | 470 | 115 | 60 |
| Binary | 11011011 | 11100 | 10110101 | 0 | 1010111 | 10001 | 1110 | 100111000 | 1001101 | 110000 |
Color Harmonies of #DB1CB5
Complementary color
Monochromatic Colors of #DB1CB5
Black with #DB1CB5
Text Example
Text Example
White with #DB1CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CB5; }
p { color: rgb(219,28,181); }
H1.HeaderClassName
{
color: #DB1CB5;
}
.AnyTagClassName
{
color: #DB1CB5;
}
</style>
background-color css
<style>
a { background-color: #DB1CB5; }
a { background-color: rgb(219,28,181); }
div.DivClassName
{
background-color: #DB1CB5;
}
.BgClassName
{
background-color: #DB1CB5;
}
</style>
border-color css
<style>
span { border-color: #DB1CB5; }
span { border-color: rgb(219,28,181); }
td.TdClassName
{
border-color: #DB1CB5;
}
.TagClassName
{
border-color: #DB1CB5;
}
</style>