Shades of Deep Magenta #D620D0
Tints of Deep Magenta #D620D0
RGB
CMYK
RGB Variations
Color information
#D620D0 (or 0xD620D0) is known color: Deep Magenta. HEX triplet: D6, 20 and D0. RGB value is (214,32,208). Sum of RGB (Red+Green+Blue) = 214+32+208=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D620D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620D0 is #29DF2F. Grayscale: #696969. Windows color (decimal): -2744112 or 13639894. OLE color: 13639894.
HSL color Cylindrical-coordinate representation of color #D620D0: hue angle of 301.98º 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 #D620D0 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 208 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.16 |
| HSL | 301.98º | 0.74% | 0.48% | - |
| HSV(B) | 301.98º | 0.85% | 0.84% | - |
| XYZ | 39.63 | 19.88 | 61.42 | - |
| YUV | 106.48 | 185.3 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 208 | 0 | 0.85 | 0.03 | 0.16 | 301.98 | 0.74 | 0.48 |
| Hex | D6 | 20 | D0 | 0 | 55 | 3 | 10 | 12E | 4A | 30 |
| Octal | 326 | 40 | 320 | 0 | 125 | 3 | 20 | 456 | 112 | 60 |
| Binary | 11010110 | 100000 | 11010000 | 0 | 1010101 | 11 | 10000 | 100101110 | 1001010 | 110000 |
Color Harmonies of #D620D0
Complementary color
Monochromatic Colors of #D620D0
Black with #D620D0
Text Example
Text Example
White with #D620D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620D0; }
p { color: rgb(214,32,208); }
H1.HeaderClassName
{
color: #D620D0;
}
.AnyTagClassName
{
color: #D620D0;
}
</style>
background-color css
<style>
a { background-color: #D620D0; }
a { background-color: rgb(214,32,208); }
div.DivClassName
{
background-color: #D620D0;
}
.BgClassName
{
background-color: #D620D0;
}
</style>
border-color css
<style>
span { border-color: #D620D0; }
span { border-color: rgb(214,32,208); }
td.TdClassName
{
border-color: #D620D0;
}
.TagClassName
{
border-color: #D620D0;
}
</style>