Shades of Spicy Pink #DC1EA6
Tints of Spicy Pink #DC1EA6
RGB
CMYK
RGB Variations
Color information
#DC1EA6 (or 0xDC1EA6) is known color: Spicy Pink. HEX triplet: DC, 1E and A6. RGB value is (220,30,166). Sum of RGB (Red+Green+Blue) = 220+30+166=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1EA6 is #23E159. Grayscale: #656565. Windows color (decimal): -2351450 or 10886876. OLE color: 10886876.
HSL color Cylindrical-coordinate representation of color #DC1EA6: hue angle of 317.05º 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 #DC1EA6 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 166 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.14 |
| HSL | 317.05º | 0.76% | 0.49% | - |
| HSV(B) | 317.05º | 0.86% | 0.86% | - |
| XYZ | 36.86 | 18.9 | 37.78 | - |
| YUV | 102.31 | 163.95 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 166 | 0 | 0.86 | 0.25 | 0.14 | 317.05 | 0.76 | 0.49 |
| Hex | DC | 1E | A6 | 0 | 56 | 19 | E | 13D | 4C | 31 |
| Octal | 334 | 36 | 246 | 0 | 126 | 31 | 16 | 475 | 114 | 61 |
| Binary | 11011100 | 11110 | 10100110 | 0 | 1010110 | 11001 | 1110 | 100111101 | 1001100 | 110001 |
Color Harmonies of #DC1EA6
Complementary color
Monochromatic Colors of #DC1EA6
Black with #DC1EA6
Text Example
Text Example
White with #DC1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EA6; }
p { color: rgb(220,30,166); }
H1.HeaderClassName
{
color: #DC1EA6;
}
.AnyTagClassName
{
color: #DC1EA6;
}
</style>
background-color css
<style>
a { background-color: #DC1EA6; }
a { background-color: rgb(220,30,166); }
div.DivClassName
{
background-color: #DC1EA6;
}
.BgClassName
{
background-color: #DC1EA6;
}
</style>
border-color css
<style>
span { border-color: #DC1EA6; }
span { border-color: rgb(220,30,166); }
td.TdClassName
{
border-color: #DC1EA6;
}
.TagClassName
{
border-color: #DC1EA6;
}
</style>