Shades of Shocking Pink #DB15B6
Tints of Shocking Pink #DB15B6
RGB
CMYK
RGB Variations
Color information
#DB15B6 (or 0xDB15B6) is known color: Shocking Pink. HEX triplet: DB, 15 and B6. RGB value is (219,21,182). Sum of RGB (Red+Green+Blue) = 219+21+182=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15B6 is #24EA49. Grayscale: #626262. Windows color (decimal): -2419274 or 11933147. OLE color: 11933147.
HSL color Cylindrical-coordinate representation of color #DB15B6: hue angle of 311.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB15B6 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 182 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.14 |
| HSL | 311.21º | 0.83% | 0.47% | - |
| HSV(B) | 311.21º | 0.9% | 0.86% | - |
| XYZ | 37.93 | 18.97 | 45.92 | - |
| YUV | 98.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 182 | 0 | 0.90 | 0.17 | 0.14 | 311.21 | 0.83 | 0.47 |
| Hex | DB | 15 | B6 | 0 | 5A | 11 | E | 137 | 52 | 2F |
| Octal | 333 | 25 | 266 | 0 | 132 | 21 | 16 | 467 | 122 | 57 |
| Binary | 11011011 | 10101 | 10110110 | 0 | 1011010 | 10001 | 1110 | 100110111 | 1010010 | 101111 |
Color Harmonies of #DB15B6
Complementary color
Monochromatic Colors of #DB15B6
Black with #DB15B6
Text Example
Text Example
White with #DB15B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15B6; }
p { color: rgb(219,21,182); }
H1.HeaderClassName
{
color: #DB15B6;
}
.AnyTagClassName
{
color: #DB15B6;
}
</style>
background-color css
<style>
a { background-color: #DB15B6; }
a { background-color: rgb(219,21,182); }
div.DivClassName
{
background-color: #DB15B6;
}
.BgClassName
{
background-color: #DB15B6;
}
</style>
border-color css
<style>
span { border-color: #DB15B6; }
span { border-color: rgb(219,21,182); }
td.TdClassName
{
border-color: #DB15B6;
}
.TagClassName
{
border-color: #DB15B6;
}
</style>