Shades of Deep Magenta #D013DA
Tints of Deep Magenta #D013DA
RGB
CMYK
RGB Variations
Color information
#D013DA (or 0xD013DA) is known color: Deep Magenta. HEX triplet: D0, 13 and DA. RGB value is (208,19,218). Sum of RGB (Red+Green+Blue) = 208+19+218=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #D013DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013DA is #2FEC25. Grayscale: #616161. Windows color (decimal): -3140646 or 14291920. OLE color: 14291920.
HSL color Cylindrical-coordinate representation of color #D013DA: hue angle of 296.98º 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 #D013DA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 19 | 218 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.15 |
| HSL | 296.98º | 0.84% | 0.46% | - |
| HSV(B) | 296.98º | 0.91% | 0.85% | - |
| XYZ | 38.9 | 18.94 | 67.93 | - |
| YUV | 98.2 | 195.62 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 218 | 0.05 | 0.91 | 0 | 0.15 | 296.98 | 0.84 | 0.46 |
| Hex | D0 | 13 | DA | 5 | 5B | 0 | F | 129 | 54 | 2E |
| Octal | 320 | 23 | 332 | 5 | 133 | 0 | 17 | 451 | 124 | 56 |
| Binary | 11010000 | 10011 | 11011010 | 101 | 1011011 | 0 | 1111 | 100101001 | 1010100 | 101110 |
Color Harmonies of #D013DA
Complementary color
Monochromatic Colors of #D013DA
Black with #D013DA
Text Example
Text Example
White with #D013DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013DA; }
p { color: rgb(208,19,218); }
H1.HeaderClassName
{
color: #D013DA;
}
.AnyTagClassName
{
color: #D013DA;
}
</style>
background-color css
<style>
a { background-color: #D013DA; }
a { background-color: rgb(208,19,218); }
div.DivClassName
{
background-color: #D013DA;
}
.BgClassName
{
background-color: #D013DA;
}
</style>
border-color css
<style>
span { border-color: #D013DA; }
span { border-color: rgb(208,19,218); }
td.TdClassName
{
border-color: #D013DA;
}
.TagClassName
{
border-color: #D013DA;
}
</style>