Shades of Deep Magenta #D512DE
Tints of Deep Magenta #D512DE
RGB
CMYK
RGB Variations
Color information
#D512DE (or 0xD512DE) is known color: Deep Magenta. HEX triplet: D5, 12 and DE. RGB value is (213,18,222). Sum of RGB (Red+Green+Blue) = 213+18+222=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #D512DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512DE is #2AED21. Grayscale: #626262. Windows color (decimal): -2813218 or 14553813. OLE color: 14553813.
HSL color Cylindrical-coordinate representation of color #D512DE: hue angle of 297.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512DE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 18 | 222 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.13 |
| HSL | 297.35º | 0.85% | 0.47% | - |
| HSV(B) | 297.35º | 0.92% | 0.87% | - |
| XYZ | 40.84 | 19.85 | 70.79 | - |
| YUV | 99.56 | 197.1 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 222 | 0.04 | 0.92 | 0 | 0.13 | 297.35 | 0.85 | 0.47 |
| Hex | D5 | 12 | DE | 4 | 5C | 0 | D | 129 | 55 | 2F |
| Octal | 325 | 22 | 336 | 4 | 134 | 0 | 15 | 451 | 125 | 57 |
| Binary | 11010101 | 10010 | 11011110 | 100 | 1011100 | 0 | 1101 | 100101001 | 1010101 | 101111 |
Color Harmonies of #D512DE
Complementary color
Monochromatic Colors of #D512DE
Black with #D512DE
Text Example
Text Example
White with #D512DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512DE; }
p { color: rgb(213,18,222); }
H1.HeaderClassName
{
color: #D512DE;
}
.AnyTagClassName
{
color: #D512DE;
}
</style>
background-color css
<style>
a { background-color: #D512DE; }
a { background-color: rgb(213,18,222); }
div.DivClassName
{
background-color: #D512DE;
}
.BgClassName
{
background-color: #D512DE;
}
</style>
border-color css
<style>
span { border-color: #D512DE; }
span { border-color: rgb(213,18,222); }
td.TdClassName
{
border-color: #D512DE;
}
.TagClassName
{
border-color: #D512DE;
}
</style>