Shades of Deep Magenta #D01EDC
Tints of Deep Magenta #D01EDC
RGB
CMYK
RGB Variations
Color information
#D01EDC (or 0xD01EDC) is known color: Deep Magenta. HEX triplet: D0, 1E and DC. RGB value is (208,30,220). Sum of RGB (Red+Green+Blue) = 208+30+220=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #D01EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EDC is #2FE123. Grayscale: #686868. Windows color (decimal): -3137828 or 14425808. OLE color: 14425808.
HSL color Cylindrical-coordinate representation of color #D01EDC: hue angle of 296.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01EDC is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 30 | 220 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.14 |
| HSL | 296.21º | 0.76% | 0.49% | - |
| HSV(B) | 296.21º | 0.86% | 0.86% | - |
| XYZ | 39.39 | 19.51 | 69.4 | - |
| YUV | 104.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 220 | 0.05 | 0.86 | 0 | 0.14 | 296.21 | 0.76 | 0.49 |
| Hex | D0 | 1E | DC | 5 | 56 | 0 | E | 128 | 4C | 31 |
| Octal | 320 | 36 | 334 | 5 | 126 | 0 | 16 | 450 | 114 | 61 |
| Binary | 11010000 | 11110 | 11011100 | 101 | 1010110 | 0 | 1110 | 100101000 | 1001100 | 110001 |
Color Harmonies of #D01EDC
Complementary color
Monochromatic Colors of #D01EDC
Black with #D01EDC
Text Example
Text Example
White with #D01EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EDC; }
p { color: rgb(208,30,220); }
H1.HeaderClassName
{
color: #D01EDC;
}
.AnyTagClassName
{
color: #D01EDC;
}
</style>
background-color css
<style>
a { background-color: #D01EDC; }
a { background-color: rgb(208,30,220); }
div.DivClassName
{
background-color: #D01EDC;
}
.BgClassName
{
background-color: #D01EDC;
}
</style>
border-color css
<style>
span { border-color: #D01EDC; }
span { border-color: rgb(208,30,220); }
td.TdClassName
{
border-color: #D01EDC;
}
.TagClassName
{
border-color: #D01EDC;
}
</style>