Shades of Deep Magenta #D720C6
Tints of Deep Magenta #D720C6
RGB
CMYK
RGB Variations
Color information
#D720C6 (or 0xD720C6) is known color: Deep Magenta. HEX triplet: D7, 20 and C6. RGB value is (215,32,198). Sum of RGB (Red+Green+Blue) = 215+32+198=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D720C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720C6 is #28DF39. Grayscale: #696969. Windows color (decimal): -2678586 or 12984535. OLE color: 12984535.
HSL color Cylindrical-coordinate representation of color #D720C6: hue angle of 305.57º 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 #D720C6 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 198 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.16 |
| HSL | 305.57º | 0.74% | 0.48% | - |
| HSV(B) | 305.57º | 0.85% | 0.84% | - |
| XYZ | 38.73 | 19.56 | 55.16 | - |
| YUV | 105.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 198 | 0 | 0.85 | 0.08 | 0.16 | 305.57 | 0.74 | 0.48 |
| Hex | D7 | 20 | C6 | 0 | 55 | 8 | 10 | 132 | 4A | 30 |
| Octal | 327 | 40 | 306 | 0 | 125 | 10 | 20 | 462 | 112 | 60 |
| Binary | 11010111 | 100000 | 11000110 | 0 | 1010101 | 1000 | 10000 | 100110010 | 1001010 | 110000 |
Color Harmonies of #D720C6
Complementary color
Monochromatic Colors of #D720C6
Black with #D720C6
Text Example
Text Example
White with #D720C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720C6; }
p { color: rgb(215,32,198); }
H1.HeaderClassName
{
color: #D720C6;
}
.AnyTagClassName
{
color: #D720C6;
}
</style>
background-color css
<style>
a { background-color: #D720C6; }
a { background-color: rgb(215,32,198); }
div.DivClassName
{
background-color: #D720C6;
}
.BgClassName
{
background-color: #D720C6;
}
</style>
border-color css
<style>
span { border-color: #D720C6; }
span { border-color: rgb(215,32,198); }
td.TdClassName
{
border-color: #D720C6;
}
.TagClassName
{
border-color: #D720C6;
}
</style>