Shades of Spicy Pink #DC1DA6
Tints of Spicy Pink #DC1DA6
RGB
CMYK
RGB Variations
Color information
#DC1DA6 (or 0xDC1DA6) is known color: Spicy Pink. HEX triplet: DC, 1D and A6. RGB value is (220,29,166). Sum of RGB (Red+Green+Blue) = 220+29+166=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1DA6 is #23E259. Grayscale: #656565. Windows color (decimal): -2351706 or 10886620. OLE color: 10886620.
HSL color Cylindrical-coordinate representation of color #DC1DA6: hue angle of 316.96º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1DA6 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 166 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.14 |
| HSL | 316.96º | 0.77% | 0.49% | - |
| HSV(B) | 316.96º | 0.87% | 0.86% | - |
| XYZ | 36.84 | 18.85 | 37.77 | - |
| YUV | 101.73 | 164.28 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 166 | 0 | 0.87 | 0.25 | 0.14 | 316.96 | 0.77 | 0.49 |
| Hex | DC | 1D | A6 | 0 | 57 | 19 | E | 13D | 4D | 31 |
| Octal | 334 | 35 | 246 | 0 | 127 | 31 | 16 | 475 | 115 | 61 |
| Binary | 11011100 | 11101 | 10100110 | 0 | 1010111 | 11001 | 1110 | 100111101 | 1001101 | 110001 |
Color Harmonies of #DC1DA6
Complementary color
Monochromatic Colors of #DC1DA6
Black with #DC1DA6
Text Example
Text Example
White with #DC1DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DA6; }
p { color: rgb(220,29,166); }
H1.HeaderClassName
{
color: #DC1DA6;
}
.AnyTagClassName
{
color: #DC1DA6;
}
</style>
background-color css
<style>
a { background-color: #DC1DA6; }
a { background-color: rgb(220,29,166); }
div.DivClassName
{
background-color: #DC1DA6;
}
.BgClassName
{
background-color: #DC1DA6;
}
</style>
border-color css
<style>
span { border-color: #DC1DA6; }
span { border-color: rgb(220,29,166); }
td.TdClassName
{
border-color: #DC1DA6;
}
.TagClassName
{
border-color: #DC1DA6;
}
</style>