Shades of Spicy Pink #DC1BA9
Tints of Spicy Pink #DC1BA9
RGB
CMYK
RGB Variations
Color information
#DC1BA9 (or 0xDC1BA9) is known color: Spicy Pink. HEX triplet: DC, 1B and A9. RGB value is (220,27,169). Sum of RGB (Red+Green+Blue) = 220+27+169=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1BA9 is #23E456. Grayscale: #646464. Windows color (decimal): -2352215 or 11082716. OLE color: 11082716.
HSL color Cylindrical-coordinate representation of color #DC1BA9: hue angle of 315.85º 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 #DC1BA9 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 169 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.14 |
| HSL | 315.85º | 0.78% | 0.48% | - |
| HSV(B) | 315.85º | 0.88% | 0.86% | - |
| XYZ | 37.07 | 18.86 | 39.22 | - |
| YUV | 100.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 169 | 0 | 0.88 | 0.23 | 0.14 | 315.85 | 0.78 | 0.48 |
| Hex | DC | 1B | A9 | 0 | 58 | 17 | E | 13C | 4E | 30 |
| Octal | 334 | 33 | 251 | 0 | 130 | 27 | 16 | 474 | 116 | 60 |
| Binary | 11011100 | 11011 | 10101001 | 0 | 1011000 | 10111 | 1110 | 100111100 | 1001110 | 110000 |
Color Harmonies of #DC1BA9
Complementary color
Monochromatic Colors of #DC1BA9
Black with #DC1BA9
Text Example
Text Example
White with #DC1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BA9; }
p { color: rgb(220,27,169); }
H1.HeaderClassName
{
color: #DC1BA9;
}
.AnyTagClassName
{
color: #DC1BA9;
}
</style>
background-color css
<style>
a { background-color: #DC1BA9; }
a { background-color: rgb(220,27,169); }
div.DivClassName
{
background-color: #DC1BA9;
}
.BgClassName
{
background-color: #DC1BA9;
}
</style>
border-color css
<style>
span { border-color: #DC1BA9; }
span { border-color: rgb(220,27,169); }
td.TdClassName
{
border-color: #DC1BA9;
}
.TagClassName
{
border-color: #DC1BA9;
}
</style>