Shades of Spicy Pink #DC2AB4
Tints of Spicy Pink #DC2AB4
RGB
CMYK
RGB Variations
Color information
#DC2AB4 (or 0xDC2AB4) is known color: Spicy Pink. HEX triplet: DC, 2A and B4. RGB value is (220,42,180). Sum of RGB (Red+Green+Blue) = 220+42+180=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AB4 is #23D54B. Grayscale: #6E6E6E. Windows color (decimal): -2348364 or 11807452. OLE color: 11807452.
HSL color Cylindrical-coordinate representation of color #DC2AB4: hue angle of 313.48º 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 #DC2AB4 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 180 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.14 |
| HSL | 313.48º | 0.72% | 0.51% | - |
| HSV(B) | 313.48º | 0.81% | 0.86% | - |
| XYZ | 38.58 | 20.17 | 45.04 | - |
| YUV | 110.95 | 166.97 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 180 | 0 | 0.81 | 0.18 | 0.14 | 313.48 | 0.72 | 0.51 |
| Hex | DC | 2A | B4 | 0 | 51 | 12 | E | 139 | 48 | 33 |
| Octal | 334 | 52 | 264 | 0 | 121 | 22 | 16 | 471 | 110 | 63 |
| Binary | 11011100 | 101010 | 10110100 | 0 | 1010001 | 10010 | 1110 | 100111001 | 1001000 | 110011 |
Color Harmonies of #DC2AB4
Complementary color
Monochromatic Colors of #DC2AB4
Black with #DC2AB4
Text Example
Text Example
White with #DC2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AB4; }
p { color: rgb(220,42,180); }
H1.HeaderClassName
{
color: #DC2AB4;
}
.AnyTagClassName
{
color: #DC2AB4;
}
</style>
background-color css
<style>
a { background-color: #DC2AB4; }
a { background-color: rgb(220,42,180); }
div.DivClassName
{
background-color: #DC2AB4;
}
.BgClassName
{
background-color: #DC2AB4;
}
</style>
border-color css
<style>
span { border-color: #DC2AB4; }
span { border-color: rgb(220,42,180); }
td.TdClassName
{
border-color: #DC2AB4;
}
.TagClassName
{
border-color: #DC2AB4;
}
</style>