Shades of Spicy Pink #DC24B0
Tints of Spicy Pink #DC24B0
RGB
CMYK
RGB Variations
Color information
#DC24B0 (or 0xDC24B0) is known color: Spicy Pink. HEX triplet: DC, 24 and B0. RGB value is (220,36,176). Sum of RGB (Red+Green+Blue) = 220+36+176=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24B0 is #23DB4F. Grayscale: #6A6A6A. Windows color (decimal): -2349904 or 11543772. OLE color: 11543772.
HSL color Cylindrical-coordinate representation of color #DC24B0: hue angle of 314.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24B0 is Cyan = 0, Magento = 0.84, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 176 | - |
| CMYK | 0 | 0.84 | 0.2 | 0.14 |
| HSL | 314.35º | 0.72% | 0.5% | - |
| HSV(B) | 314.35º | 0.84% | 0.86% | - |
| XYZ | 37.98 | 19.61 | 42.86 | - |
| YUV | 106.98 | 166.96 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 176 | 0 | 0.84 | 0.2 | 0.14 | 314.35 | 0.72 | 0.5 |
| Hex | DC | 24 | B0 | 0 | 54 | 14 | E | 13A | 48 | 32 |
| Octal | 334 | 44 | 260 | 0 | 124 | 24 | 16 | 472 | 110 | 62 |
| Binary | 11011100 | 100100 | 10110000 | 0 | 1010100 | 10100 | 1110 | 100111010 | 1001000 | 110010 |
Color Harmonies of #DC24B0
Complementary color
Monochromatic Colors of #DC24B0
Black with #DC24B0
Text Example
Text Example
White with #DC24B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24B0; }
p { color: rgb(220,36,176); }
H1.HeaderClassName
{
color: #DC24B0;
}
.AnyTagClassName
{
color: #DC24B0;
}
</style>
background-color css
<style>
a { background-color: #DC24B0; }
a { background-color: rgb(220,36,176); }
div.DivClassName
{
background-color: #DC24B0;
}
.BgClassName
{
background-color: #DC24B0;
}
</style>
border-color css
<style>
span { border-color: #DC24B0; }
span { border-color: rgb(220,36,176); }
td.TdClassName
{
border-color: #DC24B0;
}
.TagClassName
{
border-color: #DC24B0;
}
</style>