Shades of Spicy Pink #DC2AB6
Tints of Spicy Pink #DC2AB6
RGB
CMYK
RGB Variations
Color information
#DC2AB6 (or 0xDC2AB6) is known color: Spicy Pink. HEX triplet: DC, 2A and B6. RGB value is (220,42,182). Sum of RGB (Red+Green+Blue) = 220+42+182=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AB6 is #23D549. Grayscale: #6E6E6E. Windows color (decimal): -2348362 or 11938524. OLE color: 11938524.
HSL color Cylindrical-coordinate representation of color #DC2AB6: hue angle of 312.81º 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 #DC2AB6 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 182 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.14 |
| HSL | 312.81º | 0.72% | 0.51% | - |
| HSV(B) | 312.81º | 0.81% | 0.86% | - |
| XYZ | 38.79 | 20.25 | 46.12 | - |
| YUV | 111.18 | 167.97 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 182 | 0 | 0.81 | 0.17 | 0.14 | 312.81 | 0.72 | 0.51 |
| Hex | DC | 2A | B6 | 0 | 51 | 11 | E | 139 | 48 | 33 |
| Octal | 334 | 52 | 266 | 0 | 121 | 21 | 16 | 471 | 110 | 63 |
| Binary | 11011100 | 101010 | 10110110 | 0 | 1010001 | 10001 | 1110 | 100111001 | 1001000 | 110011 |
Color Harmonies of #DC2AB6
Complementary color
Monochromatic Colors of #DC2AB6
Black with #DC2AB6
Text Example
Text Example
White with #DC2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AB6; }
p { color: rgb(220,42,182); }
H1.HeaderClassName
{
color: #DC2AB6;
}
.AnyTagClassName
{
color: #DC2AB6;
}
</style>
background-color css
<style>
a { background-color: #DC2AB6; }
a { background-color: rgb(220,42,182); }
div.DivClassName
{
background-color: #DC2AB6;
}
.BgClassName
{
background-color: #DC2AB6;
}
</style>
border-color css
<style>
span { border-color: #DC2AB6; }
span { border-color: rgb(220,42,182); }
td.TdClassName
{
border-color: #DC2AB6;
}
.TagClassName
{
border-color: #DC2AB6;
}
</style>