Shades of Deep Magenta #D013DF
Tints of Deep Magenta #D013DF
RGB
CMYK
RGB Variations
Color information
#D013DF (or 0xD013DF) is known color: Deep Magenta. HEX triplet: D0, 13 and DF. RGB value is (208,19,223). Sum of RGB (Red+Green+Blue) = 208+19+223=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #D013DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013DF is #2FEC20. Grayscale: #626262. Windows color (decimal): -3140641 or 14619600. OLE color: 14619600.
HSL color Cylindrical-coordinate representation of color #D013DF: hue angle of 295.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013DF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 19 | 223 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.13 |
| HSL | 295.59º | 0.84% | 0.47% | - |
| HSV(B) | 295.59º | 0.91% | 0.87% | - |
| XYZ | 39.56 | 19.2 | 71.43 | - |
| YUV | 98.77 | 198.12 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 223 | 0.07 | 0.91 | 0 | 0.13 | 295.59 | 0.84 | 0.47 |
| Hex | D0 | 13 | DF | 7 | 5B | 0 | D | 128 | 54 | 2F |
| Octal | 320 | 23 | 337 | 7 | 133 | 0 | 15 | 450 | 124 | 57 |
| Binary | 11010000 | 10011 | 11011111 | 111 | 1011011 | 0 | 1101 | 100101000 | 1010100 | 101111 |
Color Harmonies of #D013DF
Complementary color
Monochromatic Colors of #D013DF
Black with #D013DF
Text Example
Text Example
White with #D013DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013DF; }
p { color: rgb(208,19,223); }
H1.HeaderClassName
{
color: #D013DF;
}
.AnyTagClassName
{
color: #D013DF;
}
</style>
background-color css
<style>
a { background-color: #D013DF; }
a { background-color: rgb(208,19,223); }
div.DivClassName
{
background-color: #D013DF;
}
.BgClassName
{
background-color: #D013DF;
}
</style>
border-color css
<style>
span { border-color: #D013DF; }
span { border-color: rgb(208,19,223); }
td.TdClassName
{
border-color: #D013DF;
}
.TagClassName
{
border-color: #D013DF;
}
</style>