Shades of Deep Magenta #D613DF
Tints of Deep Magenta #D613DF
RGB
CMYK
RGB Variations
Color information
#D613DF (or 0xD613DF) is known color: Deep Magenta. HEX triplet: D6, 13 and DF. RGB value is (214,19,223). Sum of RGB (Red+Green+Blue) = 214+19+223=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #D613DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613DF is #29EC20. Grayscale: #636363. Windows color (decimal): -2747425 or 14619606. OLE color: 14619606.
HSL color Cylindrical-coordinate representation of color #D613DF: hue angle of 297.35º 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 #D613DF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 19 | 223 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.13 |
| HSL | 297.35º | 0.84% | 0.47% | - |
| HSV(B) | 297.35º | 0.91% | 0.87% | - |
| XYZ | 41.28 | 20.09 | 71.51 | - |
| YUV | 100.56 | 197.1 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 223 | 0.04 | 0.91 | 0 | 0.13 | 297.35 | 0.84 | 0.47 |
| Hex | D6 | 13 | DF | 4 | 5B | 0 | D | 129 | 54 | 2F |
| Octal | 326 | 23 | 337 | 4 | 133 | 0 | 15 | 451 | 124 | 57 |
| Binary | 11010110 | 10011 | 11011111 | 100 | 1011011 | 0 | 1101 | 100101001 | 1010100 | 101111 |
Color Harmonies of #D613DF
Complementary color
Monochromatic Colors of #D613DF
Black with #D613DF
Text Example
Text Example
White with #D613DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613DF; }
p { color: rgb(214,19,223); }
H1.HeaderClassName
{
color: #D613DF;
}
.AnyTagClassName
{
color: #D613DF;
}
</style>
background-color css
<style>
a { background-color: #D613DF; }
a { background-color: rgb(214,19,223); }
div.DivClassName
{
background-color: #D613DF;
}
.BgClassName
{
background-color: #D613DF;
}
</style>
border-color css
<style>
span { border-color: #D613DF; }
span { border-color: rgb(214,19,223); }
td.TdClassName
{
border-color: #D613DF;
}
.TagClassName
{
border-color: #D613DF;
}
</style>