Shades of Deep Magenta #D620C0
Tints of Deep Magenta #D620C0
RGB
CMYK
RGB Variations
Color information
#D620C0 (or 0xD620C0) is known color: Deep Magenta. HEX triplet: D6, 20 and C0. RGB value is (214,32,192). Sum of RGB (Red+Green+Blue) = 214+32+192=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D620C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620C0 is #29DF3F. Grayscale: #686868. Windows color (decimal): -2744128 or 12591318. OLE color: 12591318.
HSL color Cylindrical-coordinate representation of color #D620C0: hue angle of 307.25º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D620C0 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 192 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.16 |
| HSL | 307.25º | 0.74% | 0.48% | - |
| HSV(B) | 307.25º | 0.85% | 0.84% | - |
| XYZ | 37.76 | 19.13 | 51.57 | - |
| YUV | 104.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 192 | 0 | 0.85 | 0.10 | 0.16 | 307.25 | 0.74 | 0.48 |
| Hex | D6 | 20 | C0 | 0 | 55 | A | 10 | 133 | 4A | 30 |
| Octal | 326 | 40 | 300 | 0 | 125 | 12 | 20 | 463 | 112 | 60 |
| Binary | 11010110 | 100000 | 11000000 | 0 | 1010101 | 1010 | 10000 | 100110011 | 1001010 | 110000 |
Color Harmonies of #D620C0
Complementary color
Monochromatic Colors of #D620C0
Black with #D620C0
Text Example
Text Example
White with #D620C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620C0; }
p { color: rgb(214,32,192); }
H1.HeaderClassName
{
color: #D620C0;
}
.AnyTagClassName
{
color: #D620C0;
}
</style>
background-color css
<style>
a { background-color: #D620C0; }
a { background-color: rgb(214,32,192); }
div.DivClassName
{
background-color: #D620C0;
}
.BgClassName
{
background-color: #D620C0;
}
</style>
border-color css
<style>
span { border-color: #D620C0; }
span { border-color: rgb(214,32,192); }
td.TdClassName
{
border-color: #D620C0;
}
.TagClassName
{
border-color: #D620C0;
}
</style>