Shades of Deep Magenta #D820D0
Tints of Deep Magenta #D820D0
RGB
CMYK
RGB Variations
Color information
#D820D0 (or 0xD820D0) is known color: Deep Magenta. HEX triplet: D8, 20 and D0. RGB value is (216,32,208). Sum of RGB (Red+Green+Blue) = 216+32+208=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D820D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D820D0 is #27DF2F. Grayscale: #6A6A6A. Windows color (decimal): -2613040 or 13639896. OLE color: 13639896.
HSL color Cylindrical-coordinate representation of color #D820D0: hue angle of 302.61º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D820D0 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 208 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.15 |
| HSL | 302.61º | 0.74% | 0.49% | - |
| HSV(B) | 302.61º | 0.85% | 0.85% | - |
| XYZ | 40.22 | 20.19 | 61.45 | - |
| YUV | 107.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 208 | 0 | 0.85 | 0.04 | 0.15 | 302.61 | 0.74 | 0.49 |
| Hex | D8 | 20 | D0 | 0 | 55 | 4 | F | 12F | 4A | 31 |
| Octal | 330 | 40 | 320 | 0 | 125 | 4 | 17 | 457 | 112 | 61 |
| Binary | 11011000 | 100000 | 11010000 | 0 | 1010101 | 100 | 1111 | 100101111 | 1001010 | 110001 |
Color Harmonies of #D820D0
Complementary color
Monochromatic Colors of #D820D0
Black with #D820D0
Text Example
Text Example
White with #D820D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D820D0; }
p { color: rgb(216,32,208); }
H1.HeaderClassName
{
color: #D820D0;
}
.AnyTagClassName
{
color: #D820D0;
}
</style>
background-color css
<style>
a { background-color: #D820D0; }
a { background-color: rgb(216,32,208); }
div.DivClassName
{
background-color: #D820D0;
}
.BgClassName
{
background-color: #D820D0;
}
</style>
border-color css
<style>
span { border-color: #D820D0; }
span { border-color: rgb(216,32,208); }
td.TdClassName
{
border-color: #D820D0;
}
.TagClassName
{
border-color: #D820D0;
}
</style>