Shades of Deep Magenta #D013E5
Tints of Deep Magenta #D013E5
RGB
CMYK
RGB Variations
Color information
#D013E5 (or 0xD013E5) is known color: Deep Magenta. HEX triplet: D0, 13 and E5. RGB value is (208,19,229). Sum of RGB (Red+Green+Blue) = 208+19+229=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #D013E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013E5 is #2FEC1A. Grayscale: #626262. Windows color (decimal): -3140635 or 15012816. OLE color: 15012816.
HSL color Cylindrical-coordinate representation of color #D013E5: hue angle of 294º 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 #D013E5 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 19 | 229 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.10 |
| HSL | 294º | 0.85% | 0.49% | - |
| HSV(B) | 294º | 0.92% | 0.9% | - |
| XYZ | 40.39 | 19.53 | 75.77 | - |
| YUV | 99.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 229 | 0.09 | 0.92 | 0 | 0.10 | 294 | 0.85 | 0.49 |
| Hex | D0 | 13 | E5 | 9 | 5C | 0 | A | 126 | 55 | 31 |
| Octal | 320 | 23 | 345 | 11 | 134 | 0 | 12 | 446 | 125 | 61 |
| Binary | 11010000 | 10011 | 11100101 | 1001 | 1011100 | 0 | 1010 | 100100110 | 1010101 | 110001 |
Color Harmonies of #D013E5
Complementary color
Monochromatic Colors of #D013E5
Black with #D013E5
Text Example
Text Example
White with #D013E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013E5; }
p { color: rgb(208,19,229); }
H1.HeaderClassName
{
color: #D013E5;
}
.AnyTagClassName
{
color: #D013E5;
}
</style>
background-color css
<style>
a { background-color: #D013E5; }
a { background-color: rgb(208,19,229); }
div.DivClassName
{
background-color: #D013E5;
}
.BgClassName
{
background-color: #D013E5;
}
</style>
border-color css
<style>
span { border-color: #D013E5; }
span { border-color: rgb(208,19,229); }
td.TdClassName
{
border-color: #D013E5;
}
.TagClassName
{
border-color: #D013E5;
}
</style>