Shades of Shocking Pink #DB15B1
Tints of Shocking Pink #DB15B1
RGB
CMYK
RGB Variations
Color information
#DB15B1 (or 0xDB15B1) is known color: Shocking Pink. HEX triplet: DB, 15 and B1. RGB value is (219,21,177). Sum of RGB (Red+Green+Blue) = 219+21+177=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB15B1 is #24EA4E. Grayscale: #616161. Windows color (decimal): -2419279 or 11605467. OLE color: 11605467.
HSL color Cylindrical-coordinate representation of color #DB15B1: hue angle of 312.73º 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 #DB15B1 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 177 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.14 |
| HSL | 312.73º | 0.83% | 0.47% | - |
| HSV(B) | 312.73º | 0.9% | 0.86% | - |
| XYZ | 37.42 | 18.77 | 43.25 | - |
| YUV | 97.99 | 172.6 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 177 | 0 | 0.90 | 0.19 | 0.14 | 312.73 | 0.83 | 0.47 |
| Hex | DB | 15 | B1 | 0 | 5A | 13 | E | 139 | 52 | 2F |
| Octal | 333 | 25 | 261 | 0 | 132 | 23 | 16 | 471 | 122 | 57 |
| Binary | 11011011 | 10101 | 10110001 | 0 | 1011010 | 10011 | 1110 | 100111001 | 1010010 | 101111 |
Color Harmonies of #DB15B1
Complementary color
Monochromatic Colors of #DB15B1
Black with #DB15B1
Text Example
Text Example
White with #DB15B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15B1; }
p { color: rgb(219,21,177); }
H1.HeaderClassName
{
color: #DB15B1;
}
.AnyTagClassName
{
color: #DB15B1;
}
</style>
background-color css
<style>
a { background-color: #DB15B1; }
a { background-color: rgb(219,21,177); }
div.DivClassName
{
background-color: #DB15B1;
}
.BgClassName
{
background-color: #DB15B1;
}
</style>
border-color css
<style>
span { border-color: #DB15B1; }
span { border-color: rgb(219,21,177); }
td.TdClassName
{
border-color: #DB15B1;
}
.TagClassName
{
border-color: #DB15B1;
}
</style>