Shades of Deep Magenta #DC08E3
Tints of Deep Magenta #DC08E3
RGB
CMYK
RGB Variations
Color information
#DC08E3 (or 0xDC08E3) is known color: Deep Magenta. HEX triplet: DC, 08 and E3. RGB value is (220,8,227). Sum of RGB (Red+Green+Blue) = 220+8+227=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC08E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08E3 is #23F71C. Grayscale: #5F5F5F. Windows color (decimal): -2357021 or 14878940. OLE color: 14878940.
HSL color Cylindrical-coordinate representation of color #DC08E3: hue angle of 298.08º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC08E3 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 8 | 227 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.11 |
| HSL | 298.08º | 0.93% | 0.46% | - |
| HSV(B) | 298.08º | 0.96% | 0.89% | - |
| XYZ | 43.47 | 20.94 | 74.42 | - |
| YUV | 96.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 227 | 0.03 | 0.96 | 0 | 0.11 | 298.08 | 0.93 | 0.46 |
| Hex | DC | 8 | E3 | 3 | 60 | 0 | B | 12A | 5D | 2E |
| Octal | 334 | 10 | 343 | 3 | 140 | 0 | 13 | 452 | 135 | 56 |
| Binary | 11011100 | 1000 | 11100011 | 11 | 1100000 | 0 | 1011 | 100101010 | 1011101 | 101110 |
Color Harmonies of #DC08E3
Complementary color
Monochromatic Colors of #DC08E3
Black with #DC08E3
Text Example
Text Example
White with #DC08E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08E3; }
p { color: rgb(220,8,227); }
H1.HeaderClassName
{
color: #DC08E3;
}
.AnyTagClassName
{
color: #DC08E3;
}
</style>
background-color css
<style>
a { background-color: #DC08E3; }
a { background-color: rgb(220,8,227); }
div.DivClassName
{
background-color: #DC08E3;
}
.BgClassName
{
background-color: #DC08E3;
}
</style>
border-color css
<style>
span { border-color: #DC08E3; }
span { border-color: rgb(220,8,227); }
td.TdClassName
{
border-color: #DC08E3;
}
.TagClassName
{
border-color: #DC08E3;
}
</style>