Shades of Shocking Pink #DB18B6
Tints of Shocking Pink #DB18B6
RGB
CMYK
RGB Variations
Color information
#DB18B6 (or 0xDB18B6) is known color: Shocking Pink. HEX triplet: DB, 18 and B6. RGB value is (219,24,182). Sum of RGB (Red+Green+Blue) = 219+24+182=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18B6 is #24E749. Grayscale: #636363. Windows color (decimal): -2418506 or 11933915. OLE color: 11933915.
HSL color Cylindrical-coordinate representation of color #DB18B6: hue angle of 311.38º 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 #DB18B6 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 182 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.14 |
| HSL | 311.38º | 0.8% | 0.48% | - |
| HSV(B) | 311.38º | 0.89% | 0.86% | - |
| XYZ | 37.98 | 19.09 | 45.94 | - |
| YUV | 100.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 182 | 0 | 0.89 | 0.17 | 0.14 | 311.38 | 0.8 | 0.48 |
| Hex | DB | 18 | B6 | 0 | 59 | 11 | E | 137 | 50 | 30 |
| Octal | 333 | 30 | 266 | 0 | 131 | 21 | 16 | 467 | 120 | 60 |
| Binary | 11011011 | 11000 | 10110110 | 0 | 1011001 | 10001 | 1110 | 100110111 | 1010000 | 110000 |
Color Harmonies of #DB18B6
Complementary color
Monochromatic Colors of #DB18B6
Black with #DB18B6
Text Example
Text Example
White with #DB18B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18B6; }
p { color: rgb(219,24,182); }
H1.HeaderClassName
{
color: #DB18B6;
}
.AnyTagClassName
{
color: #DB18B6;
}
</style>
background-color css
<style>
a { background-color: #DB18B6; }
a { background-color: rgb(219,24,182); }
div.DivClassName
{
background-color: #DB18B6;
}
.BgClassName
{
background-color: #DB18B6;
}
</style>
border-color css
<style>
span { border-color: #DB18B6; }
span { border-color: rgb(219,24,182); }
td.TdClassName
{
border-color: #DB18B6;
}
.TagClassName
{
border-color: #DB18B6;
}
</style>