Shades of Spicy Pink #DC24B5
Tints of Spicy Pink #DC24B5
RGB
CMYK
RGB Variations
Color information
#DC24B5 (or 0xDC24B5) is known color: Spicy Pink. HEX triplet: DC, 24 and B5. RGB value is (220,36,181). Sum of RGB (Red+Green+Blue) = 220+36+181=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24B5 is #23DB4A. Grayscale: #6B6B6B. Windows color (decimal): -2349899 or 11871452. OLE color: 11871452.
HSL color Cylindrical-coordinate representation of color #DC24B5: hue angle of 312.72º 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 #DC24B5 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 181 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.14 |
| HSL | 312.72º | 0.72% | 0.5% | - |
| HSV(B) | 312.72º | 0.84% | 0.86% | - |
| XYZ | 38.49 | 19.81 | 45.51 | - |
| YUV | 107.55 | 169.46 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 181 | 0 | 0.84 | 0.18 | 0.14 | 312.72 | 0.72 | 0.5 |
| Hex | DC | 24 | B5 | 0 | 54 | 12 | E | 139 | 48 | 32 |
| Octal | 334 | 44 | 265 | 0 | 124 | 22 | 16 | 471 | 110 | 62 |
| Binary | 11011100 | 100100 | 10110101 | 0 | 1010100 | 10010 | 1110 | 100111001 | 1001000 | 110010 |
Color Harmonies of #DC24B5
Complementary color
Monochromatic Colors of #DC24B5
Black with #DC24B5
Text Example
Text Example
White with #DC24B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24B5; }
p { color: rgb(220,36,181); }
H1.HeaderClassName
{
color: #DC24B5;
}
.AnyTagClassName
{
color: #DC24B5;
}
</style>
background-color css
<style>
a { background-color: #DC24B5; }
a { background-color: rgb(220,36,181); }
div.DivClassName
{
background-color: #DC24B5;
}
.BgClassName
{
background-color: #DC24B5;
}
</style>
border-color css
<style>
span { border-color: #DC24B5; }
span { border-color: rgb(220,36,181); }
td.TdClassName
{
border-color: #DC24B5;
}
.TagClassName
{
border-color: #DC24B5;
}
</style>