Shades of Deep Magenta #D012E6
Tints of Deep Magenta #D012E6
RGB
CMYK
RGB Variations
Color information
#D012E6 (or 0xD012E6) is known color: Deep Magenta. HEX triplet: D0, 12 and E6. RGB value is (208,18,230). Sum of RGB (Red+Green+Blue) = 208+18+230=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #D012E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012E6 is #2FED19. Grayscale: #626262. Windows color (decimal): -3140890 or 15078096. OLE color: 15078096.
HSL color Cylindrical-coordinate representation of color #D012E6: hue angle of 293.77º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D012E6 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 18 | 230 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.10 |
| HSL | 293.77º | 0.85% | 0.49% | - |
| HSV(B) | 293.77º | 0.92% | 0.9% | - |
| XYZ | 40.51 | 19.56 | 76.5 | - |
| YUV | 98.98 | 201.95 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 230 | 0.10 | 0.92 | 0 | 0.10 | 293.77 | 0.85 | 0.49 |
| Hex | D0 | 12 | E6 | A | 5C | 0 | A | 126 | 55 | 31 |
| Octal | 320 | 22 | 346 | 12 | 134 | 0 | 12 | 446 | 125 | 61 |
| Binary | 11010000 | 10010 | 11100110 | 1010 | 1011100 | 0 | 1010 | 100100110 | 1010101 | 110001 |
Color Harmonies of #D012E6
Complementary color
Monochromatic Colors of #D012E6
Black with #D012E6
Text Example
Text Example
White with #D012E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012E6; }
p { color: rgb(208,18,230); }
H1.HeaderClassName
{
color: #D012E6;
}
.AnyTagClassName
{
color: #D012E6;
}
</style>
background-color css
<style>
a { background-color: #D012E6; }
a { background-color: rgb(208,18,230); }
div.DivClassName
{
background-color: #D012E6;
}
.BgClassName
{
background-color: #D012E6;
}
</style>
border-color css
<style>
span { border-color: #D012E6; }
span { border-color: rgb(208,18,230); }
td.TdClassName
{
border-color: #D012E6;
}
.TagClassName
{
border-color: #D012E6;
}
</style>