Shades of Spicy Pink #DC1FA8
Tints of Spicy Pink #DC1FA8
RGB
CMYK
RGB Variations
Color information
#DC1FA8 (or 0xDC1FA8) is known color: Spicy Pink. HEX triplet: DC, 1F and A8. RGB value is (220,31,168). Sum of RGB (Red+Green+Blue) = 220+31+168=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1FA8 is #23E057. Grayscale: #666666. Windows color (decimal): -2351192 or 11018204. OLE color: 11018204.
HSL color Cylindrical-coordinate representation of color #DC1FA8: hue angle of 316.51º 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 #DC1FA8 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 168 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.14 |
| HSL | 316.51º | 0.75% | 0.49% | - |
| HSV(B) | 316.51º | 0.86% | 0.86% | - |
| XYZ | 37.07 | 19.02 | 38.76 | - |
| YUV | 103.13 | 164.62 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 168 | 0 | 0.86 | 0.24 | 0.14 | 316.51 | 0.75 | 0.49 |
| Hex | DC | 1F | A8 | 0 | 56 | 18 | E | 13D | 4B | 31 |
| Octal | 334 | 37 | 250 | 0 | 126 | 30 | 16 | 475 | 113 | 61 |
| Binary | 11011100 | 11111 | 10101000 | 0 | 1010110 | 11000 | 1110 | 100111101 | 1001011 | 110001 |
Color Harmonies of #DC1FA8
Complementary color
Monochromatic Colors of #DC1FA8
Black with #DC1FA8
Text Example
Text Example
White with #DC1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FA8; }
p { color: rgb(220,31,168); }
H1.HeaderClassName
{
color: #DC1FA8;
}
.AnyTagClassName
{
color: #DC1FA8;
}
</style>
background-color css
<style>
a { background-color: #DC1FA8; }
a { background-color: rgb(220,31,168); }
div.DivClassName
{
background-color: #DC1FA8;
}
.BgClassName
{
background-color: #DC1FA8;
}
</style>
border-color css
<style>
span { border-color: #DC1FA8; }
span { border-color: rgb(220,31,168); }
td.TdClassName
{
border-color: #DC1FA8;
}
.TagClassName
{
border-color: #DC1FA8;
}
</style>