Shades of Deep Magenta #D613D6
Tints of Deep Magenta #D613D6
RGB
CMYK
RGB Variations
Color information
#D613D6 (or 0xD613D6) is known color: Deep Magenta. HEX triplet: D6, 13 and D6. RGB value is (214,19,214). Sum of RGB (Red+Green+Blue) = 214+19+214=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D613D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613D6 is #29EC29. Grayscale: #626262. Windows color (decimal): -2747434 or 14029782. OLE color: 14029782.
HSL color Cylindrical-coordinate representation of color #D613D6: hue angle of 300º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D613D6 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 214 | - |
| CMYK | 0 | 0.91 | 0 | 0.16 |
| HSL | 300º | 0.84% | 0.46% | - |
| HSV(B) | 300º | 0.91% | 0.84% | - |
| XYZ | 40.1 | 19.62 | 65.29 | - |
| YUV | 99.54 | 192.6 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 214 | 0 | 0.91 | 0 | 0.16 | 300 | 0.84 | 0.46 |
| Hex | D6 | 13 | D6 | 0 | 5B | 0 | 10 | 12C | 54 | 2E |
| Octal | 326 | 23 | 326 | 0 | 133 | 0 | 20 | 454 | 124 | 56 |
| Binary | 11010110 | 10011 | 11010110 | 0 | 1011011 | 0 | 10000 | 100101100 | 1010100 | 101110 |
Color Harmonies of #D613D6
Complementary color
Monochromatic Colors of #D613D6
Black with #D613D6
Text Example
Text Example
White with #D613D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613D6; }
p { color: rgb(214,19,214); }
H1.HeaderClassName
{
color: #D613D6;
}
.AnyTagClassName
{
color: #D613D6;
}
</style>
background-color css
<style>
a { background-color: #D613D6; }
a { background-color: rgb(214,19,214); }
div.DivClassName
{
background-color: #D613D6;
}
.BgClassName
{
background-color: #D613D6;
}
</style>
border-color css
<style>
span { border-color: #D613D6; }
span { border-color: rgb(214,19,214); }
td.TdClassName
{
border-color: #D613D6;
}
.TagClassName
{
border-color: #D613D6;
}
</style>