Shades of Spicy Pink #DB24AC
Tints of Spicy Pink #DB24AC
RGB
CMYK
RGB Variations
Color information
#DB24AC (or 0xDB24AC) is known color: Spicy Pink. HEX triplet: DB, 24 and AC. RGB value is (219,36,172). Sum of RGB (Red+Green+Blue) = 219+36+172=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB24AC is #24DB53. Grayscale: #696969. Windows color (decimal): -2415444 or 11281627. OLE color: 11281627.
HSL color Cylindrical-coordinate representation of color #DB24AC: hue angle of 315.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB24AC is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 172 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.14 |
| HSL | 315.41º | 0.72% | 0.5% | - |
| HSV(B) | 315.41º | 0.84% | 0.86% | - |
| XYZ | 37.29 | 19.3 | 40.79 | - |
| YUV | 106.22 | 165.13 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 172 | 0 | 0.84 | 0.21 | 0.14 | 315.41 | 0.72 | 0.5 |
| Hex | DB | 24 | AC | 0 | 54 | 15 | E | 13B | 48 | 32 |
| Octal | 333 | 44 | 254 | 0 | 124 | 25 | 16 | 473 | 110 | 62 |
| Binary | 11011011 | 100100 | 10101100 | 0 | 1010100 | 10101 | 1110 | 100111011 | 1001000 | 110010 |
Color Harmonies of #DB24AC
Complementary color
Monochromatic Colors of #DB24AC
Black with #DB24AC
Text Example
Text Example
White with #DB24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24AC; }
p { color: rgb(219,36,172); }
H1.HeaderClassName
{
color: #DB24AC;
}
.AnyTagClassName
{
color: #DB24AC;
}
</style>
background-color css
<style>
a { background-color: #DB24AC; }
a { background-color: rgb(219,36,172); }
div.DivClassName
{
background-color: #DB24AC;
}
.BgClassName
{
background-color: #DB24AC;
}
</style>
border-color css
<style>
span { border-color: #DB24AC; }
span { border-color: rgb(219,36,172); }
td.TdClassName
{
border-color: #DB24AC;
}
.TagClassName
{
border-color: #DB24AC;
}
</style>