Shades of Spicy Pink #DC2AB3
Tints of Spicy Pink #DC2AB3
RGB
CMYK
RGB Variations
Color information
#DC2AB3 (or 0xDC2AB3) is known color: Spicy Pink. HEX triplet: DC, 2A and B3. RGB value is (220,42,179). Sum of RGB (Red+Green+Blue) = 220+42+179=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AB3 is #23D54C. Grayscale: #6E6E6E. Windows color (decimal): -2348365 or 11741916. OLE color: 11741916.
HSL color Cylindrical-coordinate representation of color #DC2AB3: hue angle of 313.82º 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 #DC2AB3 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 179 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.14 |
| HSL | 313.82º | 0.72% | 0.51% | - |
| HSV(B) | 313.82º | 0.81% | 0.86% | - |
| XYZ | 38.48 | 20.13 | 44.5 | - |
| YUV | 110.84 | 166.47 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 179 | 0 | 0.81 | 0.19 | 0.14 | 313.82 | 0.72 | 0.51 |
| Hex | DC | 2A | B3 | 0 | 51 | 13 | E | 13A | 48 | 33 |
| Octal | 334 | 52 | 263 | 0 | 121 | 23 | 16 | 472 | 110 | 63 |
| Binary | 11011100 | 101010 | 10110011 | 0 | 1010001 | 10011 | 1110 | 100111010 | 1001000 | 110011 |
Color Harmonies of #DC2AB3
Complementary color
Monochromatic Colors of #DC2AB3
Black with #DC2AB3
Text Example
Text Example
White with #DC2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AB3; }
p { color: rgb(220,42,179); }
H1.HeaderClassName
{
color: #DC2AB3;
}
.AnyTagClassName
{
color: #DC2AB3;
}
</style>
background-color css
<style>
a { background-color: #DC2AB3; }
a { background-color: rgb(220,42,179); }
div.DivClassName
{
background-color: #DC2AB3;
}
.BgClassName
{
background-color: #DC2AB3;
}
</style>
border-color css
<style>
span { border-color: #DC2AB3; }
span { border-color: rgb(220,42,179); }
td.TdClassName
{
border-color: #DC2AB3;
}
.TagClassName
{
border-color: #DC2AB3;
}
</style>