Shades of Shocking Pink #DB18B4
Tints of Shocking Pink #DB18B4
RGB
CMYK
RGB Variations
Color information
#DB18B4 (or 0xDB18B4) is known color: Shocking Pink. HEX triplet: DB, 18 and B4. RGB value is (219,24,180). Sum of RGB (Red+Green+Blue) = 219+24+180=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18B4 is #24E74B. Grayscale: #636363. Windows color (decimal): -2418508 or 11802843. OLE color: 11802843.
HSL color Cylindrical-coordinate representation of color #DB18B4: hue angle of 312º 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 #DB18B4 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 180 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.14 |
| HSL | 312º | 0.8% | 0.48% | - |
| HSV(B) | 312º | 0.89% | 0.86% | - |
| XYZ | 37.78 | 19.01 | 44.86 | - |
| YUV | 100.09 | 173.1 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 180 | 0 | 0.89 | 0.18 | 0.14 | 312 | 0.8 | 0.48 |
| Hex | DB | 18 | B4 | 0 | 59 | 12 | E | 138 | 50 | 30 |
| Octal | 333 | 30 | 264 | 0 | 131 | 22 | 16 | 470 | 120 | 60 |
| Binary | 11011011 | 11000 | 10110100 | 0 | 1011001 | 10010 | 1110 | 100111000 | 1010000 | 110000 |
Color Harmonies of #DB18B4
Complementary color
Monochromatic Colors of #DB18B4
Black with #DB18B4
Text Example
Text Example
White with #DB18B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18B4; }
p { color: rgb(219,24,180); }
H1.HeaderClassName
{
color: #DB18B4;
}
.AnyTagClassName
{
color: #DB18B4;
}
</style>
background-color css
<style>
a { background-color: #DB18B4; }
a { background-color: rgb(219,24,180); }
div.DivClassName
{
background-color: #DB18B4;
}
.BgClassName
{
background-color: #DB18B4;
}
</style>
border-color css
<style>
span { border-color: #DB18B4; }
span { border-color: rgb(219,24,180); }
td.TdClassName
{
border-color: #DB18B4;
}
.TagClassName
{
border-color: #DB18B4;
}
</style>