Shades of Deep Magenta #DC24CB
Tints of Deep Magenta #DC24CB
RGB
CMYK
RGB Variations
Color information
#DC24CB (or 0xDC24CB) is known color: Deep Magenta. HEX triplet: DC, 24 and CB. RGB value is (220,36,203). Sum of RGB (Red+Green+Blue) = 220+36+203=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24CB is #23DB34. Grayscale: #6D6D6D. Windows color (decimal): -2349877 or 13313244. OLE color: 13313244.
HSL color Cylindrical-coordinate representation of color #DC24CB: hue angle of 305.54º 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 #DC24CB is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 203 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.14 |
| HSL | 305.54º | 0.72% | 0.5% | - |
| HSV(B) | 305.54º | 0.84% | 0.86% | - |
| XYZ | 40.93 | 20.79 | 58.36 | - |
| YUV | 110.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 203 | 0 | 0.84 | 0.08 | 0.14 | 305.54 | 0.72 | 0.5 |
| Hex | DC | 24 | CB | 0 | 54 | 8 | E | 132 | 48 | 32 |
| Octal | 334 | 44 | 313 | 0 | 124 | 10 | 16 | 462 | 110 | 62 |
| Binary | 11011100 | 100100 | 11001011 | 0 | 1010100 | 1000 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DC24CB
Complementary color
Monochromatic Colors of #DC24CB
Black with #DC24CB
Text Example
Text Example
White with #DC24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24CB; }
p { color: rgb(220,36,203); }
H1.HeaderClassName
{
color: #DC24CB;
}
.AnyTagClassName
{
color: #DC24CB;
}
</style>
background-color css
<style>
a { background-color: #DC24CB; }
a { background-color: rgb(220,36,203); }
div.DivClassName
{
background-color: #DC24CB;
}
.BgClassName
{
background-color: #DC24CB;
}
</style>
border-color css
<style>
span { border-color: #DC24CB; }
span { border-color: rgb(220,36,203); }
td.TdClassName
{
border-color: #DC24CB;
}
.TagClassName
{
border-color: #DC24CB;
}
</style>