Shades of Spicy Pink #DC1EAC
Tints of Spicy Pink #DC1EAC
RGB
CMYK
RGB Variations
Color information
#DC1EAC (or 0xDC1EAC) is known color: Spicy Pink. HEX triplet: DC, 1E and AC. RGB value is (220,30,172). Sum of RGB (Red+Green+Blue) = 220+30+172=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1EAC is #23E153. Grayscale: #666666. Windows color (decimal): -2351444 or 11280092. OLE color: 11280092.
HSL color Cylindrical-coordinate representation of color #DC1EAC: hue angle of 315.16º 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 #DC1EAC is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 172 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.14 |
| HSL | 315.16º | 0.76% | 0.49% | - |
| HSV(B) | 315.16º | 0.86% | 0.86% | - |
| XYZ | 37.43 | 19.12 | 40.75 | - |
| YUV | 103 | 166.95 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 172 | 0 | 0.86 | 0.22 | 0.14 | 315.16 | 0.76 | 0.49 |
| Hex | DC | 1E | AC | 0 | 56 | 16 | E | 13B | 4C | 31 |
| Octal | 334 | 36 | 254 | 0 | 126 | 26 | 16 | 473 | 114 | 61 |
| Binary | 11011100 | 11110 | 10101100 | 0 | 1010110 | 10110 | 1110 | 100111011 | 1001100 | 110001 |
Color Harmonies of #DC1EAC
Complementary color
Monochromatic Colors of #DC1EAC
Black with #DC1EAC
Text Example
Text Example
White with #DC1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EAC; }
p { color: rgb(220,30,172); }
H1.HeaderClassName
{
color: #DC1EAC;
}
.AnyTagClassName
{
color: #DC1EAC;
}
</style>
background-color css
<style>
a { background-color: #DC1EAC; }
a { background-color: rgb(220,30,172); }
div.DivClassName
{
background-color: #DC1EAC;
}
.BgClassName
{
background-color: #DC1EAC;
}
</style>
border-color css
<style>
span { border-color: #DC1EAC; }
span { border-color: rgb(220,30,172); }
td.TdClassName
{
border-color: #DC1EAC;
}
.TagClassName
{
border-color: #DC1EAC;
}
</style>