Shades of Shocking Pink #DB15B2
Tints of Shocking Pink #DB15B2
RGB
CMYK
RGB Variations
Color information
#DB15B2 (or 0xDB15B2) is known color: Shocking Pink. HEX triplet: DB, 15 and B2. RGB value is (219,21,178). Sum of RGB (Red+Green+Blue) = 219+21+178=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB15B2 is #24EA4D. Grayscale: #616161. Windows color (decimal): -2419278 or 11671003. OLE color: 11671003.
HSL color Cylindrical-coordinate representation of color #DB15B2: hue angle of 312.42º 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 #DB15B2 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 178 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.14 |
| HSL | 312.42º | 0.83% | 0.47% | - |
| HSV(B) | 312.42º | 0.9% | 0.86% | - |
| XYZ | 37.52 | 18.81 | 43.77 | - |
| YUV | 98.1 | 173.1 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 178 | 0 | 0.90 | 0.19 | 0.14 | 312.42 | 0.83 | 0.47 |
| Hex | DB | 15 | B2 | 0 | 5A | 13 | E | 138 | 52 | 2F |
| Octal | 333 | 25 | 262 | 0 | 132 | 23 | 16 | 470 | 122 | 57 |
| Binary | 11011011 | 10101 | 10110010 | 0 | 1011010 | 10011 | 1110 | 100111000 | 1010010 | 101111 |
Color Harmonies of #DB15B2
Complementary color
Monochromatic Colors of #DB15B2
Black with #DB15B2
Text Example
Text Example
White with #DB15B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15B2; }
p { color: rgb(219,21,178); }
H1.HeaderClassName
{
color: #DB15B2;
}
.AnyTagClassName
{
color: #DB15B2;
}
</style>
background-color css
<style>
a { background-color: #DB15B2; }
a { background-color: rgb(219,21,178); }
div.DivClassName
{
background-color: #DB15B2;
}
.BgClassName
{
background-color: #DB15B2;
}
</style>
border-color css
<style>
span { border-color: #DB15B2; }
span { border-color: rgb(219,21,178); }
td.TdClassName
{
border-color: #DB15B2;
}
.TagClassName
{
border-color: #DB15B2;
}
</style>