Shades of Shocking Pink #DB18B2
Tints of Shocking Pink #DB18B2
RGB
CMYK
RGB Variations
Color information
#DB18B2 (or 0xDB18B2) is known color: Shocking Pink. HEX triplet: DB, 18 and B2. RGB value is (219,24,178). Sum of RGB (Red+Green+Blue) = 219+24+178=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18B2 is #24E74D. Grayscale: #636363. Windows color (decimal): -2418510 or 11671771. OLE color: 11671771.
HSL color Cylindrical-coordinate representation of color #DB18B2: hue angle of 312.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB18B2 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 178 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.14 |
| HSL | 312.62º | 0.8% | 0.48% | - |
| HSV(B) | 312.62º | 0.89% | 0.86% | - |
| XYZ | 37.58 | 18.93 | 43.79 | - |
| YUV | 99.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 178 | 0 | 0.89 | 0.19 | 0.14 | 312.62 | 0.8 | 0.48 |
| Hex | DB | 18 | B2 | 0 | 59 | 13 | E | 139 | 50 | 30 |
| Octal | 333 | 30 | 262 | 0 | 131 | 23 | 16 | 471 | 120 | 60 |
| Binary | 11011011 | 11000 | 10110010 | 0 | 1011001 | 10011 | 1110 | 100111001 | 1010000 | 110000 |
Color Harmonies of #DB18B2
Complementary color
Monochromatic Colors of #DB18B2
Black with #DB18B2
Text Example
Text Example
White with #DB18B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18B2; }
p { color: rgb(219,24,178); }
H1.HeaderClassName
{
color: #DB18B2;
}
.AnyTagClassName
{
color: #DB18B2;
}
</style>
background-color css
<style>
a { background-color: #DB18B2; }
a { background-color: rgb(219,24,178); }
div.DivClassName
{
background-color: #DB18B2;
}
.BgClassName
{
background-color: #DB18B2;
}
</style>
border-color css
<style>
span { border-color: #DB18B2; }
span { border-color: rgb(219,24,178); }
td.TdClassName
{
border-color: #DB18B2;
}
.TagClassName
{
border-color: #DB18B2;
}
</style>