Shades of Spicy Pink #DC21AD
Tints of Spicy Pink #DC21AD
RGB
CMYK
RGB Variations
Color information
#DC21AD (or 0xDC21AD) is known color: Spicy Pink. HEX triplet: DC, 21 and AD. RGB value is (220,33,173). Sum of RGB (Red+Green+Blue) = 220+33+173=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC21AD is #23DE52. Grayscale: #686868. Windows color (decimal): -2350675 or 11346396. OLE color: 11346396.
HSL color Cylindrical-coordinate representation of color #DC21AD: hue angle of 315.08º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC21AD is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 173 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.14 |
| HSL | 315.08º | 0.74% | 0.5% | - |
| HSV(B) | 315.08º | 0.85% | 0.86% | - |
| XYZ | 37.6 | 19.32 | 41.28 | - |
| YUV | 104.87 | 166.45 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 173 | 0 | 0.85 | 0.21 | 0.14 | 315.08 | 0.74 | 0.5 |
| Hex | DC | 21 | AD | 0 | 55 | 15 | E | 13B | 4A | 32 |
| Octal | 334 | 41 | 255 | 0 | 125 | 25 | 16 | 473 | 112 | 62 |
| Binary | 11011100 | 100001 | 10101101 | 0 | 1010101 | 10101 | 1110 | 100111011 | 1001010 | 110010 |
Color Harmonies of #DC21AD
Complementary color
Monochromatic Colors of #DC21AD
Black with #DC21AD
Text Example
Text Example
White with #DC21AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21AD; }
p { color: rgb(220,33,173); }
H1.HeaderClassName
{
color: #DC21AD;
}
.AnyTagClassName
{
color: #DC21AD;
}
</style>
background-color css
<style>
a { background-color: #DC21AD; }
a { background-color: rgb(220,33,173); }
div.DivClassName
{
background-color: #DC21AD;
}
.BgClassName
{
background-color: #DC21AD;
}
</style>
border-color css
<style>
span { border-color: #DC21AD; }
span { border-color: rgb(220,33,173); }
td.TdClassName
{
border-color: #DC21AD;
}
.TagClassName
{
border-color: #DC21AD;
}
</style>