Shades of Spicy Pink #DB21AC
Tints of Spicy Pink #DB21AC
RGB
CMYK
RGB Variations
Color information
#DB21AC (or 0xDB21AC) is known color: Spicy Pink. HEX triplet: DB, 21 and AC. RGB value is (219,33,172). Sum of RGB (Red+Green+Blue) = 219+33+172=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB21AC is #24DE53. Grayscale: #686868. Windows color (decimal): -2416212 or 11280859. OLE color: 11280859.
HSL color Cylindrical-coordinate representation of color #DB21AC: hue angle of 315.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21AC is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 172 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.14 |
| HSL | 315.16º | 0.74% | 0.49% | - |
| HSV(B) | 315.16º | 0.85% | 0.86% | - |
| XYZ | 37.2 | 19.13 | 40.76 | - |
| YUV | 104.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 172 | 0 | 0.85 | 0.21 | 0.14 | 315.16 | 0.74 | 0.49 |
| Hex | DB | 21 | AC | 0 | 55 | 15 | E | 13B | 4A | 31 |
| Octal | 333 | 41 | 254 | 0 | 125 | 25 | 16 | 473 | 112 | 61 |
| Binary | 11011011 | 100001 | 10101100 | 0 | 1010101 | 10101 | 1110 | 100111011 | 1001010 | 110001 |
Color Harmonies of #DB21AC
Complementary color
Monochromatic Colors of #DB21AC
Black with #DB21AC
Text Example
Text Example
White with #DB21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21AC; }
p { color: rgb(219,33,172); }
H1.HeaderClassName
{
color: #DB21AC;
}
.AnyTagClassName
{
color: #DB21AC;
}
</style>
background-color css
<style>
a { background-color: #DB21AC; }
a { background-color: rgb(219,33,172); }
div.DivClassName
{
background-color: #DB21AC;
}
.BgClassName
{
background-color: #DB21AC;
}
</style>
border-color css
<style>
span { border-color: #DB21AC; }
span { border-color: rgb(219,33,172); }
td.TdClassName
{
border-color: #DB21AC;
}
.TagClassName
{
border-color: #DB21AC;
}
</style>