Shades of Deep Magenta #D513DA
Tints of Deep Magenta #D513DA
RGB
CMYK
RGB Variations
Color information
#D513DA (or 0xD513DA) is known color: Deep Magenta. HEX triplet: D5, 13 and DA. RGB value is (213,19,218). Sum of RGB (Red+Green+Blue) = 213+19+218=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #D513DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513DA is #2AEC25. Grayscale: #636363. Windows color (decimal): -2812966 or 14291925. OLE color: 14291925.
HSL color Cylindrical-coordinate representation of color #D513DA: hue angle of 298.49º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513DA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 19 | 218 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.15 |
| HSL | 298.49º | 0.84% | 0.46% | - |
| HSV(B) | 298.49º | 0.91% | 0.85% | - |
| XYZ | 40.33 | 19.67 | 68 | - |
| YUV | 99.69 | 194.77 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 218 | 0.02 | 0.91 | 0 | 0.15 | 298.49 | 0.84 | 0.46 |
| Hex | D5 | 13 | DA | 2 | 5B | 0 | F | 12A | 54 | 2E |
| Octal | 325 | 23 | 332 | 2 | 133 | 0 | 17 | 452 | 124 | 56 |
| Binary | 11010101 | 10011 | 11011010 | 10 | 1011011 | 0 | 1111 | 100101010 | 1010100 | 101110 |
Color Harmonies of #D513DA
Complementary color
Monochromatic Colors of #D513DA
Black with #D513DA
Text Example
Text Example
White with #D513DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513DA; }
p { color: rgb(213,19,218); }
H1.HeaderClassName
{
color: #D513DA;
}
.AnyTagClassName
{
color: #D513DA;
}
</style>
background-color css
<style>
a { background-color: #D513DA; }
a { background-color: rgb(213,19,218); }
div.DivClassName
{
background-color: #D513DA;
}
.BgClassName
{
background-color: #D513DA;
}
</style>
border-color css
<style>
span { border-color: #D513DA; }
span { border-color: rgb(213,19,218); }
td.TdClassName
{
border-color: #D513DA;
}
.TagClassName
{
border-color: #D513DA;
}
</style>