Shades of Spicy Pink #DC1FAE
Tints of Spicy Pink #DC1FAE
RGB
CMYK
RGB Variations
Color information
#DC1FAE (or 0xDC1FAE) is known color: Spicy Pink. HEX triplet: DC, 1F and AE. RGB value is (220,31,174). Sum of RGB (Red+Green+Blue) = 220+31+174=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1FAE is #23E051. Grayscale: #676767. Windows color (decimal): -2351186 or 11411420. OLE color: 11411420.
HSL color Cylindrical-coordinate representation of color #DC1FAE: hue angle of 314.6º degrees, saturation: 0.75, 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 #DC1FAE is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 174 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.14 |
| HSL | 314.6º | 0.75% | 0.49% | - |
| HSV(B) | 314.6º | 0.86% | 0.86% | - |
| XYZ | 37.65 | 19.25 | 41.78 | - |
| YUV | 103.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 174 | 0 | 0.86 | 0.21 | 0.14 | 314.6 | 0.75 | 0.49 |
| Hex | DC | 1F | AE | 0 | 56 | 15 | E | 13B | 4B | 31 |
| Octal | 334 | 37 | 256 | 0 | 126 | 25 | 16 | 473 | 113 | 61 |
| Binary | 11011100 | 11111 | 10101110 | 0 | 1010110 | 10101 | 1110 | 100111011 | 1001011 | 110001 |
Color Harmonies of #DC1FAE
Complementary color
Monochromatic Colors of #DC1FAE
Black with #DC1FAE
Text Example
Text Example
White with #DC1FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FAE; }
p { color: rgb(220,31,174); }
H1.HeaderClassName
{
color: #DC1FAE;
}
.AnyTagClassName
{
color: #DC1FAE;
}
</style>
background-color css
<style>
a { background-color: #DC1FAE; }
a { background-color: rgb(220,31,174); }
div.DivClassName
{
background-color: #DC1FAE;
}
.BgClassName
{
background-color: #DC1FAE;
}
</style>
border-color css
<style>
span { border-color: #DC1FAE; }
span { border-color: rgb(220,31,174); }
td.TdClassName
{
border-color: #DC1FAE;
}
.TagClassName
{
border-color: #DC1FAE;
}
</style>