Shades of Deep Magenta #DC15C2
Tints of Deep Magenta #DC15C2
RGB
CMYK
RGB Variations
Color information
#DC15C2 (or 0xDC15C2) is known color: Deep Magenta. HEX triplet: DC, 15 and C2. RGB value is (220,21,194). Sum of RGB (Red+Green+Blue) = 220+21+194=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15C2 is #23EA3D. Grayscale: #636363. Windows color (decimal): -2353726 or 12719580. OLE color: 12719580.
HSL color Cylindrical-coordinate representation of color #DC15C2: hue angle of 307.84º 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 #DC15C2 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 21 | 194 | - |
CMYK | 0 | 0.90 | 0.12 | 0.14 |
HSL | 307.84º | 0.83% | 0.47% | - |
HSV(B) | 307.84º | 0.9% | 0.86% | - |
XYZ | 39.52 | 19.65 | 52.75 | - |
YUV | 100.22 | 180.93 | 213.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 21 | 194 | 0 | 0.90 | 0.12 | 0.14 | 307.84 | 0.83 | 0.47 |
Hex | DC | 15 | C2 | 0 | 5A | C | E | 134 | 53 | 2F |
Octal | 334 | 25 | 302 | 0 | 132 | 14 | 16 | 464 | 123 | 57 |
Binary | 11011100 | 10101 | 11000010 | 0 | 1011010 | 1100 | 1110 | 100110100 | 1010011 | 101111 |
Color Harmonies of #DC15C2
Complementary color
Monochromatic Colors of #DC15C2
Black with #DC15C2
Text Example
Text Example
White with #DC15C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15C2; }
p { color: rgb(220,21,194); }
H1.HeaderClassName
{
color: #DC15C2;
}
.AnyTagClassName
{
color: #DC15C2;
}
</style>
background-color css
<style>
a { background-color: #DC15C2; }
a { background-color: rgb(220,21,194); }
div.DivClassName
{
background-color: #DC15C2;
}
.BgClassName
{
background-color: #DC15C2;
}
</style>
border-color css
<style>
span { border-color: #DC15C2; }
span { border-color: rgb(220,21,194); }
td.TdClassName
{
border-color: #DC15C2;
}
.TagClassName
{
border-color: #DC15C2;
}
</style>