Shades of Deep Magenta #DC15C4
Tints of Deep Magenta #DC15C4
RGB
CMYK
RGB Variations
Color information
#DC15C4 (or 0xDC15C4) is known color: Deep Magenta. HEX triplet: DC, 15 and C4. RGB value is (220,21,196). Sum of RGB (Red+Green+Blue) = 220+21+196=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15C4 is #23EA3B. Grayscale: #636363. Windows color (decimal): -2353724 or 12850652. OLE color: 12850652.
HSL color Cylindrical-coordinate representation of color #DC15C4: hue angle of 307.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15C4 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 196 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.14 |
| HSL | 307.24º | 0.83% | 0.47% | - |
| HSV(B) | 307.24º | 0.9% | 0.86% | - |
| XYZ | 39.75 | 19.74 | 53.94 | - |
| YUV | 100.45 | 181.93 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 196 | 0 | 0.90 | 0.11 | 0.14 | 307.24 | 0.83 | 0.47 |
| Hex | DC | 15 | C4 | 0 | 5A | B | E | 133 | 53 | 2F |
| Octal | 334 | 25 | 304 | 0 | 132 | 13 | 16 | 463 | 123 | 57 |
| Binary | 11011100 | 10101 | 11000100 | 0 | 1011010 | 1011 | 1110 | 100110011 | 1010011 | 101111 |
Color Harmonies of #DC15C4
Complementary color
Monochromatic Colors of #DC15C4
Black with #DC15C4
Text Example
Text Example
White with #DC15C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15C4; }
p { color: rgb(220,21,196); }
H1.HeaderClassName
{
color: #DC15C4;
}
.AnyTagClassName
{
color: #DC15C4;
}
</style>
background-color css
<style>
a { background-color: #DC15C4; }
a { background-color: rgb(220,21,196); }
div.DivClassName
{
background-color: #DC15C4;
}
.BgClassName
{
background-color: #DC15C4;
}
</style>
border-color css
<style>
span { border-color: #DC15C4; }
span { border-color: rgb(220,21,196); }
td.TdClassName
{
border-color: #DC15C4;
}
.TagClassName
{
border-color: #DC15C4;
}
</style>