Shades of Deep Magenta #D913DA
Tints of Deep Magenta #D913DA
RGB
CMYK
RGB Variations
Color information
#D913DA (or 0xD913DA) is known color: Deep Magenta. HEX triplet: D9, 13 and DA. RGB value is (217,19,218). Sum of RGB (Red+Green+Blue) = 217+19+218=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #D913DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913DA is #26EC25. Grayscale: #646464. Windows color (decimal): -2550822 or 14291929. OLE color: 14291929.
HSL color Cylindrical-coordinate representation of color #D913DA: hue angle of 299.7º 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 #D913DA is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 218 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.15 |
| HSL | 299.7º | 0.84% | 0.46% | - |
| HSV(B) | 299.7º | 0.91% | 0.85% | - |
| XYZ | 41.5 | 20.28 | 68.06 | - |
| YUV | 100.89 | 194.1 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 218 | 0.00 | 0.91 | 0 | 0.15 | 299.7 | 0.84 | 0.46 |
| Hex | D9 | 13 | DA | 0 | 5B | 0 | F | 12C | 54 | 2E |
| Octal | 331 | 23 | 332 | 0 | 133 | 0 | 17 | 454 | 124 | 56 |
| Binary | 11011001 | 10011 | 11011010 | 0 | 1011011 | 0 | 1111 | 100101100 | 1010100 | 101110 |
Color Harmonies of #D913DA
Complementary color
Monochromatic Colors of #D913DA
Black with #D913DA
Text Example
Text Example
White with #D913DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913DA; }
p { color: rgb(217,19,218); }
H1.HeaderClassName
{
color: #D913DA;
}
.AnyTagClassName
{
color: #D913DA;
}
</style>
background-color css
<style>
a { background-color: #D913DA; }
a { background-color: rgb(217,19,218); }
div.DivClassName
{
background-color: #D913DA;
}
.BgClassName
{
background-color: #D913DA;
}
</style>
border-color css
<style>
span { border-color: #D913DA; }
span { border-color: rgb(217,19,218); }
td.TdClassName
{
border-color: #D913DA;
}
.TagClassName
{
border-color: #D913DA;
}
</style>