Shades of Spicy Pink #DC1EAF
Tints of Spicy Pink #DC1EAF
RGB
CMYK
RGB Variations
Color information
#DC1EAF (or 0xDC1EAF) is known color: Spicy Pink. HEX triplet: DC, 1E and AF. RGB value is (220,30,175). Sum of RGB (Red+Green+Blue) = 220+30+175=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1EAF is #23E150. Grayscale: #666666. Windows color (decimal): -2351441 or 11476700. OLE color: 11476700.
HSL color Cylindrical-coordinate representation of color #DC1EAF: hue angle of 314.21º 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 #DC1EAF is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 175 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.14 |
| HSL | 314.21º | 0.76% | 0.49% | - |
| HSV(B) | 314.21º | 0.86% | 0.86% | - |
| XYZ | 37.72 | 19.24 | 42.28 | - |
| YUV | 103.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 175 | 0 | 0.86 | 0.20 | 0.14 | 314.21 | 0.76 | 0.49 |
| Hex | DC | 1E | AF | 0 | 56 | 14 | E | 13A | 4C | 31 |
| Octal | 334 | 36 | 257 | 0 | 126 | 24 | 16 | 472 | 114 | 61 |
| Binary | 11011100 | 11110 | 10101111 | 0 | 1010110 | 10100 | 1110 | 100111010 | 1001100 | 110001 |
Color Harmonies of #DC1EAF
Complementary color
Monochromatic Colors of #DC1EAF
Black with #DC1EAF
Text Example
Text Example
White with #DC1EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EAF; }
p { color: rgb(220,30,175); }
H1.HeaderClassName
{
color: #DC1EAF;
}
.AnyTagClassName
{
color: #DC1EAF;
}
</style>
background-color css
<style>
a { background-color: #DC1EAF; }
a { background-color: rgb(220,30,175); }
div.DivClassName
{
background-color: #DC1EAF;
}
.BgClassName
{
background-color: #DC1EAF;
}
</style>
border-color css
<style>
span { border-color: #DC1EAF; }
span { border-color: rgb(220,30,175); }
td.TdClassName
{
border-color: #DC1EAF;
}
.TagClassName
{
border-color: #DC1EAF;
}
</style>