Shades of Spicy Pink #DC2AB1
Tints of Spicy Pink #DC2AB1
RGB
CMYK
RGB Variations
Color information
#DC2AB1 (or 0xDC2AB1) is known color: Spicy Pink. HEX triplet: DC, 2A and B1. RGB value is (220,42,177). Sum of RGB (Red+Green+Blue) = 220+42+177=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AB1 is #23D54E. Grayscale: #6E6E6E. Windows color (decimal): -2348367 or 11610844. OLE color: 11610844.
HSL color Cylindrical-coordinate representation of color #DC2AB1: hue angle of 314.49º 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 #DC2AB1 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 177 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.14 |
| HSL | 314.49º | 0.72% | 0.51% | - |
| HSV(B) | 314.49º | 0.81% | 0.86% | - |
| XYZ | 38.28 | 20.05 | 43.45 | - |
| YUV | 110.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 177 | 0 | 0.81 | 0.20 | 0.14 | 314.49 | 0.72 | 0.51 |
| Hex | DC | 2A | B1 | 0 | 51 | 14 | E | 13A | 48 | 33 |
| Octal | 334 | 52 | 261 | 0 | 121 | 24 | 16 | 472 | 110 | 63 |
| Binary | 11011100 | 101010 | 10110001 | 0 | 1010001 | 10100 | 1110 | 100111010 | 1001000 | 110011 |
Color Harmonies of #DC2AB1
Complementary color
Monochromatic Colors of #DC2AB1
Black with #DC2AB1
Text Example
Text Example
White with #DC2AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AB1; }
p { color: rgb(220,42,177); }
H1.HeaderClassName
{
color: #DC2AB1;
}
.AnyTagClassName
{
color: #DC2AB1;
}
</style>
background-color css
<style>
a { background-color: #DC2AB1; }
a { background-color: rgb(220,42,177); }
div.DivClassName
{
background-color: #DC2AB1;
}
.BgClassName
{
background-color: #DC2AB1;
}
</style>
border-color css
<style>
span { border-color: #DC2AB1; }
span { border-color: rgb(220,42,177); }
td.TdClassName
{
border-color: #DC2AB1;
}
.TagClassName
{
border-color: #DC2AB1;
}
</style>