Shades of Deep Magenta #D720C1
Tints of Deep Magenta #D720C1
RGB
CMYK
RGB Variations
Color information
#D720C1 (or 0xD720C1) is known color: Deep Magenta. HEX triplet: D7, 20 and C1. RGB value is (215,32,193). Sum of RGB (Red+Green+Blue) = 215+32+193=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D720C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720C1 is #28DF3E. Grayscale: #686868. Windows color (decimal): -2678591 or 12656855. OLE color: 12656855.
HSL color Cylindrical-coordinate representation of color #D720C1: hue angle of 307.21º 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 #D720C1 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 193 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.16 |
| HSL | 307.21º | 0.74% | 0.48% | - |
| HSV(B) | 307.21º | 0.85% | 0.84% | - |
| XYZ | 38.17 | 19.33 | 52.17 | - |
| YUV | 105.07 | 177.63 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 193 | 0 | 0.85 | 0.10 | 0.16 | 307.21 | 0.74 | 0.48 |
| Hex | D7 | 20 | C1 | 0 | 55 | A | 10 | 133 | 4A | 30 |
| Octal | 327 | 40 | 301 | 0 | 125 | 12 | 20 | 463 | 112 | 60 |
| Binary | 11010111 | 100000 | 11000001 | 0 | 1010101 | 1010 | 10000 | 100110011 | 1001010 | 110000 |
Color Harmonies of #D720C1
Complementary color
Monochromatic Colors of #D720C1
Black with #D720C1
Text Example
Text Example
White with #D720C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720C1; }
p { color: rgb(215,32,193); }
H1.HeaderClassName
{
color: #D720C1;
}
.AnyTagClassName
{
color: #D720C1;
}
</style>
background-color css
<style>
a { background-color: #D720C1; }
a { background-color: rgb(215,32,193); }
div.DivClassName
{
background-color: #D720C1;
}
.BgClassName
{
background-color: #D720C1;
}
</style>
border-color css
<style>
span { border-color: #D720C1; }
span { border-color: rgb(215,32,193); }
td.TdClassName
{
border-color: #D720C1;
}
.TagClassName
{
border-color: #D720C1;
}
</style>