Shades of Deep Magenta #D613C0
Tints of Deep Magenta #D613C0
RGB
CMYK
RGB Variations
Color information
#D613C0 (or 0xD613C0) is known color: Deep Magenta. HEX triplet: D6, 13 and C0. RGB value is (214,19,192). Sum of RGB (Red+Green+Blue) = 214+19+192=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D613C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613C0 is #29EC3F. Grayscale: #606060. Windows color (decimal): -2747456 or 12587990. OLE color: 12587990.
HSL color Cylindrical-coordinate representation of color #D613C0: hue angle of 306.77º 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 #D613C0 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 192 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.16 |
| HSL | 306.77º | 0.84% | 0.46% | - |
| HSV(B) | 306.77º | 0.91% | 0.84% | - |
| XYZ | 37.48 | 18.57 | 51.48 | - |
| YUV | 97.03 | 181.6 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 192 | 0 | 0.91 | 0.10 | 0.16 | 306.77 | 0.84 | 0.46 |
| Hex | D6 | 13 | C0 | 0 | 5B | A | 10 | 133 | 54 | 2E |
| Octal | 326 | 23 | 300 | 0 | 133 | 12 | 20 | 463 | 124 | 56 |
| Binary | 11010110 | 10011 | 11000000 | 0 | 1011011 | 1010 | 10000 | 100110011 | 1010100 | 101110 |
Color Harmonies of #D613C0
Complementary color
Monochromatic Colors of #D613C0
Black with #D613C0
Text Example
Text Example
White with #D613C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613C0; }
p { color: rgb(214,19,192); }
H1.HeaderClassName
{
color: #D613C0;
}
.AnyTagClassName
{
color: #D613C0;
}
</style>
background-color css
<style>
a { background-color: #D613C0; }
a { background-color: rgb(214,19,192); }
div.DivClassName
{
background-color: #D613C0;
}
.BgClassName
{
background-color: #D613C0;
}
</style>
border-color css
<style>
span { border-color: #D613C0; }
span { border-color: rgb(214,19,192); }
td.TdClassName
{
border-color: #D613C0;
}
.TagClassName
{
border-color: #D613C0;
}
</style>