Shades of Deep Magenta #D813DA
Tints of Deep Magenta #D813DA
RGB
CMYK
RGB Variations
Color information
#D813DA (or 0xD813DA) is known color: Deep Magenta. HEX triplet: D8, 13 and DA. RGB value is (216,19,218). Sum of RGB (Red+Green+Blue) = 216+19+218=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #D813DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813DA is #27EC25. Grayscale: #636363. Windows color (decimal): -2616358 or 14291928. OLE color: 14291928.
HSL color Cylindrical-coordinate representation of color #D813DA: hue angle of 299.4º 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 #D813DA is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 218 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.15 |
| HSL | 299.4º | 0.84% | 0.46% | - |
| HSV(B) | 299.4º | 0.91% | 0.85% | - |
| XYZ | 41.21 | 20.13 | 68.04 | - |
| YUV | 100.59 | 194.27 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 218 | 0.01 | 0.91 | 0 | 0.15 | 299.4 | 0.84 | 0.46 |
| Hex | D8 | 13 | DA | 1 | 5B | 0 | F | 12B | 54 | 2E |
| Octal | 330 | 23 | 332 | 1 | 133 | 0 | 17 | 453 | 124 | 56 |
| Binary | 11011000 | 10011 | 11011010 | 1 | 1011011 | 0 | 1111 | 100101011 | 1010100 | 101110 |
Color Harmonies of #D813DA
Complementary color
Monochromatic Colors of #D813DA
Black with #D813DA
Text Example
Text Example
White with #D813DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813DA; }
p { color: rgb(216,19,218); }
H1.HeaderClassName
{
color: #D813DA;
}
.AnyTagClassName
{
color: #D813DA;
}
</style>
background-color css
<style>
a { background-color: #D813DA; }
a { background-color: rgb(216,19,218); }
div.DivClassName
{
background-color: #D813DA;
}
.BgClassName
{
background-color: #D813DA;
}
</style>
border-color css
<style>
span { border-color: #D813DA; }
span { border-color: rgb(216,19,218); }
td.TdClassName
{
border-color: #D813DA;
}
.TagClassName
{
border-color: #D813DA;
}
</style>