Shades of Spicy Pink #DC21AF
Tints of Spicy Pink #DC21AF
RGB
CMYK
RGB Variations
Color information
#DC21AF (or 0xDC21AF) is known color: Spicy Pink. HEX triplet: DC, 21 and AF. RGB value is (220,33,175). Sum of RGB (Red+Green+Blue) = 220+33+175=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC21AF is #23DE50. Grayscale: #686868. Windows color (decimal): -2350673 or 11477468. OLE color: 11477468.
HSL color Cylindrical-coordinate representation of color #DC21AF: hue angle of 314.44º 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 #DC21AF is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 175 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.14 |
| HSL | 314.44º | 0.74% | 0.5% | - |
| HSV(B) | 314.44º | 0.85% | 0.86% | - |
| XYZ | 37.8 | 19.4 | 42.31 | - |
| YUV | 105.1 | 167.45 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 175 | 0 | 0.85 | 0.20 | 0.14 | 314.44 | 0.74 | 0.5 |
| Hex | DC | 21 | AF | 0 | 55 | 14 | E | 13A | 4A | 32 |
| Octal | 334 | 41 | 257 | 0 | 125 | 24 | 16 | 472 | 112 | 62 |
| Binary | 11011100 | 100001 | 10101111 | 0 | 1010101 | 10100 | 1110 | 100111010 | 1001010 | 110010 |
Color Harmonies of #DC21AF
Complementary color
Monochromatic Colors of #DC21AF
Black with #DC21AF
Text Example
Text Example
White with #DC21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21AF; }
p { color: rgb(220,33,175); }
H1.HeaderClassName
{
color: #DC21AF;
}
.AnyTagClassName
{
color: #DC21AF;
}
</style>
background-color css
<style>
a { background-color: #DC21AF; }
a { background-color: rgb(220,33,175); }
div.DivClassName
{
background-color: #DC21AF;
}
.BgClassName
{
background-color: #DC21AF;
}
</style>
border-color css
<style>
span { border-color: #DC21AF; }
span { border-color: rgb(220,33,175); }
td.TdClassName
{
border-color: #DC21AF;
}
.TagClassName
{
border-color: #DC21AF;
}
</style>