Shades of Spicy Pink #DC2AB2
Tints of Spicy Pink #DC2AB2
RGB
CMYK
RGB Variations
Color information
#DC2AB2 (or 0xDC2AB2) is known color: Spicy Pink. HEX triplet: DC, 2A and B2. RGB value is (220,42,178). Sum of RGB (Red+Green+Blue) = 220+42+178=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AB2 is #23D54D. Grayscale: #6E6E6E. Windows color (decimal): -2348366 or 11676380. OLE color: 11676380.
HSL color Cylindrical-coordinate representation of color #DC2AB2: hue angle of 314.16º 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 #DC2AB2 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 178 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.14 |
| HSL | 314.16º | 0.72% | 0.51% | - |
| HSV(B) | 314.16º | 0.81% | 0.86% | - |
| XYZ | 38.38 | 20.09 | 43.97 | - |
| YUV | 110.73 | 165.97 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 178 | 0 | 0.81 | 0.19 | 0.14 | 314.16 | 0.72 | 0.51 |
| Hex | DC | 2A | B2 | 0 | 51 | 13 | E | 13A | 48 | 33 |
| Octal | 334 | 52 | 262 | 0 | 121 | 23 | 16 | 472 | 110 | 63 |
| Binary | 11011100 | 101010 | 10110010 | 0 | 1010001 | 10011 | 1110 | 100111010 | 1001000 | 110011 |
Color Harmonies of #DC2AB2
Complementary color
Monochromatic Colors of #DC2AB2
Black with #DC2AB2
Text Example
Text Example
White with #DC2AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AB2; }
p { color: rgb(220,42,178); }
H1.HeaderClassName
{
color: #DC2AB2;
}
.AnyTagClassName
{
color: #DC2AB2;
}
</style>
background-color css
<style>
a { background-color: #DC2AB2; }
a { background-color: rgb(220,42,178); }
div.DivClassName
{
background-color: #DC2AB2;
}
.BgClassName
{
background-color: #DC2AB2;
}
</style>
border-color css
<style>
span { border-color: #DC2AB2; }
span { border-color: rgb(220,42,178); }
td.TdClassName
{
border-color: #DC2AB2;
}
.TagClassName
{
border-color: #DC2AB2;
}
</style>