Shades of Deep Magenta #D013D5
Tints of Deep Magenta #D013D5
RGB
CMYK
RGB Variations
Color information
#D013D5 (or 0xD013D5) is known color: Deep Magenta. HEX triplet: D0, 13 and D5. RGB value is (208,19,213). Sum of RGB (Red+Green+Blue) = 208+19+213=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #D013D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013D5 is #2FEC2A. Grayscale: #616161. Windows color (decimal): -3140651 or 13964240. OLE color: 13964240.
HSL color Cylindrical-coordinate representation of color #D013D5: hue angle of 298.45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013D5 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 19 | 213 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.16 |
| HSL | 298.45º | 0.84% | 0.45% | - |
| HSV(B) | 298.45º | 0.91% | 0.84% | - |
| XYZ | 38.26 | 18.68 | 64.54 | - |
| YUV | 97.63 | 193.12 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 213 | 0.02 | 0.91 | 0 | 0.16 | 298.45 | 0.84 | 0.45 |
| Hex | D0 | 13 | D5 | 2 | 5B | 0 | 10 | 12A | 54 | 2D |
| Octal | 320 | 23 | 325 | 2 | 133 | 0 | 20 | 452 | 124 | 55 |
| Binary | 11010000 | 10011 | 11010101 | 10 | 1011011 | 0 | 10000 | 100101010 | 1010100 | 101101 |
Color Harmonies of #D013D5
Complementary color
Monochromatic Colors of #D013D5
Black with #D013D5
Text Example
Text Example
White with #D013D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013D5; }
p { color: rgb(208,19,213); }
H1.HeaderClassName
{
color: #D013D5;
}
.AnyTagClassName
{
color: #D013D5;
}
</style>
background-color css
<style>
a { background-color: #D013D5; }
a { background-color: rgb(208,19,213); }
div.DivClassName
{
background-color: #D013D5;
}
.BgClassName
{
background-color: #D013D5;
}
</style>
border-color css
<style>
span { border-color: #D013D5; }
span { border-color: rgb(208,19,213); }
td.TdClassName
{
border-color: #D013D5;
}
.TagClassName
{
border-color: #D013D5;
}
</style>