Shades of Spicy Pink #DC1AAA
Tints of Spicy Pink #DC1AAA
RGB
CMYK
RGB Variations
Color information
#DC1AAA (or 0xDC1AAA) is known color: Spicy Pink. HEX triplet: DC, 1A and AA. RGB value is (220,26,170). Sum of RGB (Red+Green+Blue) = 220+26+170=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1AAA is #23E555. Grayscale: #646464. Windows color (decimal): -2352470 or 11147996. OLE color: 11147996.
HSL color Cylindrical-coordinate representation of color #DC1AAA: hue angle of 315.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1AAA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 170 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.14 |
| HSL | 315.46º | 0.79% | 0.48% | - |
| HSV(B) | 315.46º | 0.88% | 0.86% | - |
| XYZ | 37.14 | 18.86 | 39.71 | - |
| YUV | 100.42 | 167.27 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 170 | 0 | 0.88 | 0.23 | 0.14 | 315.46 | 0.79 | 0.48 |
| Hex | DC | 1A | AA | 0 | 58 | 17 | E | 13B | 4F | 30 |
| Octal | 334 | 32 | 252 | 0 | 130 | 27 | 16 | 473 | 117 | 60 |
| Binary | 11011100 | 11010 | 10101010 | 0 | 1011000 | 10111 | 1110 | 100111011 | 1001111 | 110000 |
Color Harmonies of #DC1AAA
Complementary color
Monochromatic Colors of #DC1AAA
Black with #DC1AAA
Text Example
Text Example
White with #DC1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1AAA; }
p { color: rgb(220,26,170); }
H1.HeaderClassName
{
color: #DC1AAA;
}
.AnyTagClassName
{
color: #DC1AAA;
}
</style>
background-color css
<style>
a { background-color: #DC1AAA; }
a { background-color: rgb(220,26,170); }
div.DivClassName
{
background-color: #DC1AAA;
}
.BgClassName
{
background-color: #DC1AAA;
}
</style>
border-color css
<style>
span { border-color: #DC1AAA; }
span { border-color: rgb(220,26,170); }
td.TdClassName
{
border-color: #DC1AAA;
}
.TagClassName
{
border-color: #DC1AAA;
}
</style>