Shades of Spicy Pink #DB18AD
Tints of Spicy Pink #DB18AD
RGB
CMYK
RGB Variations
Color information
#DB18AD (or 0xDB18AD) is known color: Spicy Pink. HEX triplet: DB, 18 and AD. RGB value is (219,24,173). Sum of RGB (Red+Green+Blue) = 219+24+173=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18AD is #24E752. Grayscale: #626262. Windows color (decimal): -2418515 or 11344091. OLE color: 11344091.
HSL color Cylindrical-coordinate representation of color #DB18AD: hue angle of 314.15º 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 #DB18AD is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 173 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.14 |
| HSL | 314.15º | 0.8% | 0.48% | - |
| HSV(B) | 314.15º | 0.89% | 0.86% | - |
| XYZ | 37.08 | 18.73 | 41.2 | - |
| YUV | 99.29 | 169.6 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 173 | 0 | 0.89 | 0.21 | 0.14 | 314.15 | 0.8 | 0.48 |
| Hex | DB | 18 | AD | 0 | 59 | 15 | E | 13A | 50 | 30 |
| Octal | 333 | 30 | 255 | 0 | 131 | 25 | 16 | 472 | 120 | 60 |
| Binary | 11011011 | 11000 | 10101101 | 0 | 1011001 | 10101 | 1110 | 100111010 | 1010000 | 110000 |
Color Harmonies of #DB18AD
Complementary color
Monochromatic Colors of #DB18AD
Black with #DB18AD
Text Example
Text Example
White with #DB18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18AD; }
p { color: rgb(219,24,173); }
H1.HeaderClassName
{
color: #DB18AD;
}
.AnyTagClassName
{
color: #DB18AD;
}
</style>
background-color css
<style>
a { background-color: #DB18AD; }
a { background-color: rgb(219,24,173); }
div.DivClassName
{
background-color: #DB18AD;
}
.BgClassName
{
background-color: #DB18AD;
}
</style>
border-color css
<style>
span { border-color: #DB18AD; }
span { border-color: rgb(219,24,173); }
td.TdClassName
{
border-color: #DB18AD;
}
.TagClassName
{
border-color: #DB18AD;
}
</style>