Shades of Deep Magenta #D620D3
Tints of Deep Magenta #D620D3
RGB
CMYK
RGB Variations
Color information
#D620D3 (or 0xD620D3) is known color: Deep Magenta. HEX triplet: D6, 20 and D3. RGB value is (214,32,211). Sum of RGB (Red+Green+Blue) = 214+32+211=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D620D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620D3 is #29DF2C. Grayscale: #6A6A6A. Windows color (decimal): -2744109 or 13836502. OLE color: 13836502.
HSL color Cylindrical-coordinate representation of color #D620D3: hue angle of 300.99º 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 #D620D3 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 211 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.16 |
| HSL | 300.99º | 0.74% | 0.48% | - |
| HSV(B) | 300.99º | 0.85% | 0.84% | - |
| XYZ | 40.01 | 20.03 | 63.39 | - |
| YUV | 106.82 | 186.8 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 211 | 0 | 0.85 | 0.01 | 0.16 | 300.99 | 0.74 | 0.48 |
| Hex | D6 | 20 | D3 | 0 | 55 | 1 | 10 | 12D | 4A | 30 |
| Octal | 326 | 40 | 323 | 0 | 125 | 1 | 20 | 455 | 112 | 60 |
| Binary | 11010110 | 100000 | 11010011 | 0 | 1010101 | 1 | 10000 | 100101101 | 1001010 | 110000 |
Color Harmonies of #D620D3
Complementary color
Monochromatic Colors of #D620D3
Black with #D620D3
Text Example
Text Example
White with #D620D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620D3; }
p { color: rgb(214,32,211); }
H1.HeaderClassName
{
color: #D620D3;
}
.AnyTagClassName
{
color: #D620D3;
}
</style>
background-color css
<style>
a { background-color: #D620D3; }
a { background-color: rgb(214,32,211); }
div.DivClassName
{
background-color: #D620D3;
}
.BgClassName
{
background-color: #D620D3;
}
</style>
border-color css
<style>
span { border-color: #D620D3; }
span { border-color: rgb(214,32,211); }
td.TdClassName
{
border-color: #D620D3;
}
.TagClassName
{
border-color: #D620D3;
}
</style>