Shades of Deep Magenta #D720CE
Tints of Deep Magenta #D720CE
RGB
CMYK
RGB Variations
Color information
#D720CE (or 0xD720CE) is known color: Deep Magenta. HEX triplet: D7, 20 and CE. RGB value is (215,32,206). Sum of RGB (Red+Green+Blue) = 215+32+206=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D720CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720CE is #28DF31. Grayscale: #6A6A6A. Windows color (decimal): -2678578 or 13508823. OLE color: 13508823.
HSL color Cylindrical-coordinate representation of color #D720CE: hue angle of 302.95º 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 #D720CE is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 206 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.16 |
| HSL | 302.95º | 0.74% | 0.48% | - |
| HSV(B) | 302.95º | 0.85% | 0.84% | - |
| XYZ | 39.68 | 19.94 | 60.15 | - |
| YUV | 106.55 | 184.13 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 206 | 0 | 0.85 | 0.04 | 0.16 | 302.95 | 0.74 | 0.48 |
| Hex | D7 | 20 | CE | 0 | 55 | 4 | 10 | 12F | 4A | 30 |
| Octal | 327 | 40 | 316 | 0 | 125 | 4 | 20 | 457 | 112 | 60 |
| Binary | 11010111 | 100000 | 11001110 | 0 | 1010101 | 100 | 10000 | 100101111 | 1001010 | 110000 |
Color Harmonies of #D720CE
Complementary color
Monochromatic Colors of #D720CE
Black with #D720CE
Text Example
Text Example
White with #D720CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720CE; }
p { color: rgb(215,32,206); }
H1.HeaderClassName
{
color: #D720CE;
}
.AnyTagClassName
{
color: #D720CE;
}
</style>
background-color css
<style>
a { background-color: #D720CE; }
a { background-color: rgb(215,32,206); }
div.DivClassName
{
background-color: #D720CE;
}
.BgClassName
{
background-color: #D720CE;
}
</style>
border-color css
<style>
span { border-color: #D720CE; }
span { border-color: rgb(215,32,206); }
td.TdClassName
{
border-color: #D720CE;
}
.TagClassName
{
border-color: #D720CE;
}
</style>