Shades of Spicy Pink #DC2AB8
Tints of Spicy Pink #DC2AB8
RGB
CMYK
RGB Variations
Color information
#DC2AB8 (or 0xDC2AB8) is known color: Spicy Pink. HEX triplet: DC, 2A and B8. RGB value is (220,42,184). Sum of RGB (Red+Green+Blue) = 220+42+184=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AB8 is #23D547. Grayscale: #6F6F6F. Windows color (decimal): -2348360 or 12069596. OLE color: 12069596.
HSL color Cylindrical-coordinate representation of color #DC2AB8: hue angle of 312.13º 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 #DC2AB8 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 184 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.14 |
| HSL | 312.13º | 0.72% | 0.51% | - |
| HSV(B) | 312.13º | 0.81% | 0.86% | - |
| XYZ | 38.99 | 20.33 | 47.22 | - |
| YUV | 111.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 184 | 0 | 0.81 | 0.16 | 0.14 | 312.13 | 0.72 | 0.51 |
| Hex | DC | 2A | B8 | 0 | 51 | 10 | E | 138 | 48 | 33 |
| Octal | 334 | 52 | 270 | 0 | 121 | 20 | 16 | 470 | 110 | 63 |
| Binary | 11011100 | 101010 | 10111000 | 0 | 1010001 | 10000 | 1110 | 100111000 | 1001000 | 110011 |
Color Harmonies of #DC2AB8
Complementary color
Monochromatic Colors of #DC2AB8
Black with #DC2AB8
Text Example
Text Example
White with #DC2AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AB8; }
p { color: rgb(220,42,184); }
H1.HeaderClassName
{
color: #DC2AB8;
}
.AnyTagClassName
{
color: #DC2AB8;
}
</style>
background-color css
<style>
a { background-color: #DC2AB8; }
a { background-color: rgb(220,42,184); }
div.DivClassName
{
background-color: #DC2AB8;
}
.BgClassName
{
background-color: #DC2AB8;
}
</style>
border-color css
<style>
span { border-color: #DC2AB8; }
span { border-color: rgb(220,42,184); }
td.TdClassName
{
border-color: #DC2AB8;
}
.TagClassName
{
border-color: #DC2AB8;
}
</style>