Shades of Spicy Pink #DC1FAC
Tints of Spicy Pink #DC1FAC
RGB
CMYK
RGB Variations
Color information
#DC1FAC (or 0xDC1FAC) is known color: Spicy Pink. HEX triplet: DC, 1F and AC. RGB value is (220,31,172). Sum of RGB (Red+Green+Blue) = 220+31+172=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1FAC is #23E053. Grayscale: #676767. Windows color (decimal): -2351188 or 11280348. OLE color: 11280348.
HSL color Cylindrical-coordinate representation of color #DC1FAC: hue angle of 315.24º 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 #DC1FAC is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 172 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.14 |
| HSL | 315.24º | 0.75% | 0.49% | - |
| HSV(B) | 315.24º | 0.86% | 0.86% | - |
| XYZ | 37.45 | 19.17 | 40.76 | - |
| YUV | 103.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 172 | 0 | 0.86 | 0.22 | 0.14 | 315.24 | 0.75 | 0.49 |
| Hex | DC | 1F | AC | 0 | 56 | 16 | E | 13B | 4B | 31 |
| Octal | 334 | 37 | 254 | 0 | 126 | 26 | 16 | 473 | 113 | 61 |
| Binary | 11011100 | 11111 | 10101100 | 0 | 1010110 | 10110 | 1110 | 100111011 | 1001011 | 110001 |
Color Harmonies of #DC1FAC
Complementary color
Monochromatic Colors of #DC1FAC
Black with #DC1FAC
Text Example
Text Example
White with #DC1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FAC; }
p { color: rgb(220,31,172); }
H1.HeaderClassName
{
color: #DC1FAC;
}
.AnyTagClassName
{
color: #DC1FAC;
}
</style>
background-color css
<style>
a { background-color: #DC1FAC; }
a { background-color: rgb(220,31,172); }
div.DivClassName
{
background-color: #DC1FAC;
}
.BgClassName
{
background-color: #DC1FAC;
}
</style>
border-color css
<style>
span { border-color: #DC1FAC; }
span { border-color: rgb(220,31,172); }
td.TdClassName
{
border-color: #DC1FAC;
}
.TagClassName
{
border-color: #DC1FAC;
}
</style>