Shades of Spicy Pink #DC1EAA
Tints of Spicy Pink #DC1EAA
RGB
CMYK
RGB Variations
Color information
#DC1EAA (or 0xDC1EAA) is known color: Spicy Pink. HEX triplet: DC, 1E and AA. RGB value is (220,30,170). Sum of RGB (Red+Green+Blue) = 220+30+170=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1EAA is #23E155. Grayscale: #666666. Windows color (decimal): -2351446 or 11149020. OLE color: 11149020.
HSL color Cylindrical-coordinate representation of color #DC1EAA: hue angle of 315.79º 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 #DC1EAA is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 170 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.14 |
| HSL | 315.79º | 0.76% | 0.49% | - |
| HSV(B) | 315.79º | 0.86% | 0.86% | - |
| XYZ | 37.24 | 19.05 | 39.74 | - |
| YUV | 102.77 | 165.95 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 170 | 0 | 0.86 | 0.23 | 0.14 | 315.79 | 0.76 | 0.49 |
| Hex | DC | 1E | AA | 0 | 56 | 17 | E | 13C | 4C | 31 |
| Octal | 334 | 36 | 252 | 0 | 126 | 27 | 16 | 474 | 114 | 61 |
| Binary | 11011100 | 11110 | 10101010 | 0 | 1010110 | 10111 | 1110 | 100111100 | 1001100 | 110001 |
Color Harmonies of #DC1EAA
Complementary color
Monochromatic Colors of #DC1EAA
Black with #DC1EAA
Text Example
Text Example
White with #DC1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EAA; }
p { color: rgb(220,30,170); }
H1.HeaderClassName
{
color: #DC1EAA;
}
.AnyTagClassName
{
color: #DC1EAA;
}
</style>
background-color css
<style>
a { background-color: #DC1EAA; }
a { background-color: rgb(220,30,170); }
div.DivClassName
{
background-color: #DC1EAA;
}
.BgClassName
{
background-color: #DC1EAA;
}
</style>
border-color css
<style>
span { border-color: #DC1EAA; }
span { border-color: rgb(220,30,170); }
td.TdClassName
{
border-color: #DC1EAA;
}
.TagClassName
{
border-color: #DC1EAA;
}
</style>