Shades of Spicy Pink #DC2AB0
Tints of Spicy Pink #DC2AB0
RGB
CMYK
RGB Variations
Color information
#DC2AB0 (or 0xDC2AB0) is known color: Spicy Pink. HEX triplet: DC, 2A and B0. RGB value is (220,42,176). Sum of RGB (Red+Green+Blue) = 220+42+176=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AB0 is #23D54F. Grayscale: #6E6E6E. Windows color (decimal): -2348368 or 11545308. OLE color: 11545308.
HSL color Cylindrical-coordinate representation of color #DC2AB0: hue angle of 314.83º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AB0 is Cyan = 0, Magento = 0.81, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 176 | - |
| CMYK | 0 | 0.81 | 0.2 | 0.14 |
| HSL | 314.83º | 0.72% | 0.51% | - |
| HSV(B) | 314.83º | 0.81% | 0.86% | - |
| XYZ | 38.18 | 20.01 | 42.92 | - |
| YUV | 110.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 176 | 0 | 0.81 | 0.2 | 0.14 | 314.83 | 0.72 | 0.51 |
| Hex | DC | 2A | B0 | 0 | 51 | 14 | E | 13B | 48 | 33 |
| Octal | 334 | 52 | 260 | 0 | 121 | 24 | 16 | 473 | 110 | 63 |
| Binary | 11011100 | 101010 | 10110000 | 0 | 1010001 | 10100 | 1110 | 100111011 | 1001000 | 110011 |
Color Harmonies of #DC2AB0
Complementary color
Monochromatic Colors of #DC2AB0
Black with #DC2AB0
Text Example
Text Example
White with #DC2AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AB0; }
p { color: rgb(220,42,176); }
H1.HeaderClassName
{
color: #DC2AB0;
}
.AnyTagClassName
{
color: #DC2AB0;
}
</style>
background-color css
<style>
a { background-color: #DC2AB0; }
a { background-color: rgb(220,42,176); }
div.DivClassName
{
background-color: #DC2AB0;
}
.BgClassName
{
background-color: #DC2AB0;
}
</style>
border-color css
<style>
span { border-color: #DC2AB0; }
span { border-color: rgb(220,42,176); }
td.TdClassName
{
border-color: #DC2AB0;
}
.TagClassName
{
border-color: #DC2AB0;
}
</style>