Shades of Deep Magenta #D720C3
Tints of Deep Magenta #D720C3
RGB
CMYK
RGB Variations
Color information
#D720C3 (or 0xD720C3) is known color: Deep Magenta. HEX triplet: D7, 20 and C3. RGB value is (215,32,195). Sum of RGB (Red+Green+Blue) = 215+32+195=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D720C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720C3 is #28DF3C. Grayscale: #686868. Windows color (decimal): -2678589 or 12787927. OLE color: 12787927.
HSL color Cylindrical-coordinate representation of color #D720C3: hue angle of 306.56º 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 #D720C3 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 195 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.16 |
| HSL | 306.56º | 0.74% | 0.48% | - |
| HSV(B) | 306.56º | 0.85% | 0.84% | - |
| XYZ | 38.39 | 19.42 | 53.35 | - |
| YUV | 105.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 195 | 0 | 0.85 | 0.09 | 0.16 | 306.56 | 0.74 | 0.48 |
| Hex | D7 | 20 | C3 | 0 | 55 | 9 | 10 | 133 | 4A | 30 |
| Octal | 327 | 40 | 303 | 0 | 125 | 11 | 20 | 463 | 112 | 60 |
| Binary | 11010111 | 100000 | 11000011 | 0 | 1010101 | 1001 | 10000 | 100110011 | 1001010 | 110000 |
Color Harmonies of #D720C3
Complementary color
Monochromatic Colors of #D720C3
Black with #D720C3
Text Example
Text Example
White with #D720C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720C3; }
p { color: rgb(215,32,195); }
H1.HeaderClassName
{
color: #D720C3;
}
.AnyTagClassName
{
color: #D720C3;
}
</style>
background-color css
<style>
a { background-color: #D720C3; }
a { background-color: rgb(215,32,195); }
div.DivClassName
{
background-color: #D720C3;
}
.BgClassName
{
background-color: #D720C3;
}
</style>
border-color css
<style>
span { border-color: #D720C3; }
span { border-color: rgb(215,32,195); }
td.TdClassName
{
border-color: #D720C3;
}
.TagClassName
{
border-color: #D720C3;
}
</style>