Shades of Spicy Pink #DC1EA3
Tints of Spicy Pink #DC1EA3
RGB
CMYK
RGB Variations
Color information
#DC1EA3 (or 0xDC1EA3) is known color: Spicy Pink. HEX triplet: DC, 1E and A3. RGB value is (220,30,163). Sum of RGB (Red+Green+Blue) = 220+30+163=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1EA3 is #23E15C. Grayscale: #656565. Windows color (decimal): -2351453 or 10690268. OLE color: 10690268.
HSL color Cylindrical-coordinate representation of color #DC1EA3: hue angle of 318º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1EA3 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 163 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.14 |
| HSL | 318º | 0.76% | 0.49% | - |
| HSV(B) | 318º | 0.86% | 0.86% | - |
| XYZ | 36.59 | 18.79 | 36.35 | - |
| YUV | 101.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 163 | 0 | 0.86 | 0.26 | 0.14 | 318 | 0.76 | 0.49 |
| Hex | DC | 1E | A3 | 0 | 56 | 1A | E | 13E | 4C | 31 |
| Octal | 334 | 36 | 243 | 0 | 126 | 32 | 16 | 476 | 114 | 61 |
| Binary | 11011100 | 11110 | 10100011 | 0 | 1010110 | 11010 | 1110 | 100111110 | 1001100 | 110001 |
Color Harmonies of #DC1EA3
Complementary color
Monochromatic Colors of #DC1EA3
Black with #DC1EA3
Text Example
Text Example
White with #DC1EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EA3; }
p { color: rgb(220,30,163); }
H1.HeaderClassName
{
color: #DC1EA3;
}
.AnyTagClassName
{
color: #DC1EA3;
}
</style>
background-color css
<style>
a { background-color: #DC1EA3; }
a { background-color: rgb(220,30,163); }
div.DivClassName
{
background-color: #DC1EA3;
}
.BgClassName
{
background-color: #DC1EA3;
}
</style>
border-color css
<style>
span { border-color: #DC1EA3; }
span { border-color: rgb(220,30,163); }
td.TdClassName
{
border-color: #DC1EA3;
}
.TagClassName
{
border-color: #DC1EA3;
}
</style>