Shades of Spicy Pink #DC1BAA
Tints of Spicy Pink #DC1BAA
RGB
CMYK
RGB Variations
Color information
#DC1BAA (or 0xDC1BAA) is known color: Spicy Pink. HEX triplet: DC, 1B and AA. RGB value is (220,27,170). Sum of RGB (Red+Green+Blue) = 220+27+170=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1BAA is #23E455. Grayscale: #646464. Windows color (decimal): -2352214 or 11148252. OLE color: 11148252.
HSL color Cylindrical-coordinate representation of color #DC1BAA: hue angle of 315.54º degrees, saturation: 0.78, 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 #DC1BAA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 170 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.14 |
| HSL | 315.54º | 0.78% | 0.48% | - |
| HSV(B) | 315.54º | 0.88% | 0.86% | - |
| XYZ | 37.16 | 18.9 | 39.72 | - |
| YUV | 101.01 | 166.94 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 170 | 0 | 0.88 | 0.23 | 0.14 | 315.54 | 0.78 | 0.48 |
| Hex | DC | 1B | AA | 0 | 58 | 17 | E | 13C | 4E | 30 |
| Octal | 334 | 33 | 252 | 0 | 130 | 27 | 16 | 474 | 116 | 60 |
| Binary | 11011100 | 11011 | 10101010 | 0 | 1011000 | 10111 | 1110 | 100111100 | 1001110 | 110000 |
Color Harmonies of #DC1BAA
Complementary color
Monochromatic Colors of #DC1BAA
Black with #DC1BAA
Text Example
Text Example
White with #DC1BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BAA; }
p { color: rgb(220,27,170); }
H1.HeaderClassName
{
color: #DC1BAA;
}
.AnyTagClassName
{
color: #DC1BAA;
}
</style>
background-color css
<style>
a { background-color: #DC1BAA; }
a { background-color: rgb(220,27,170); }
div.DivClassName
{
background-color: #DC1BAA;
}
.BgClassName
{
background-color: #DC1BAA;
}
</style>
border-color css
<style>
span { border-color: #DC1BAA; }
span { border-color: rgb(220,27,170); }
td.TdClassName
{
border-color: #DC1BAA;
}
.TagClassName
{
border-color: #DC1BAA;
}
</style>