Shades of Deep Magenta #D620C2
Tints of Deep Magenta #D620C2
RGB
CMYK
RGB Variations
Color information
#D620C2 (or 0xD620C2) is known color: Deep Magenta. HEX triplet: D6, 20 and C2. RGB value is (214,32,194). Sum of RGB (Red+Green+Blue) = 214+32+194=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D620C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620C2 is #29DF3D. Grayscale: #686868. Windows color (decimal): -2744126 or 12722390. OLE color: 12722390.
HSL color Cylindrical-coordinate representation of color #D620C2: hue angle of 306.59º 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 #D620C2 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 194 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.16 |
| HSL | 306.59º | 0.74% | 0.48% | - |
| HSV(B) | 306.59º | 0.85% | 0.84% | - |
| XYZ | 37.99 | 19.22 | 52.75 | - |
| YUV | 104.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 194 | 0 | 0.85 | 0.09 | 0.16 | 306.59 | 0.74 | 0.48 |
| Hex | D6 | 20 | C2 | 0 | 55 | 9 | 10 | 133 | 4A | 30 |
| Octal | 326 | 40 | 302 | 0 | 125 | 11 | 20 | 463 | 112 | 60 |
| Binary | 11010110 | 100000 | 11000010 | 0 | 1010101 | 1001 | 10000 | 100110011 | 1001010 | 110000 |
Color Harmonies of #D620C2
Complementary color
Monochromatic Colors of #D620C2
Black with #D620C2
Text Example
Text Example
White with #D620C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620C2; }
p { color: rgb(214,32,194); }
H1.HeaderClassName
{
color: #D620C2;
}
.AnyTagClassName
{
color: #D620C2;
}
</style>
background-color css
<style>
a { background-color: #D620C2; }
a { background-color: rgb(214,32,194); }
div.DivClassName
{
background-color: #D620C2;
}
.BgClassName
{
background-color: #D620C2;
}
</style>
border-color css
<style>
span { border-color: #D620C2; }
span { border-color: rgb(214,32,194); }
td.TdClassName
{
border-color: #D620C2;
}
.TagClassName
{
border-color: #D620C2;
}
</style>