Shades of Deep Magenta #D820D4
Tints of Deep Magenta #D820D4
RGB
CMYK
RGB Variations
Color information
#D820D4 (or 0xD820D4) is known color: Deep Magenta. HEX triplet: D8, 20 and D4. RGB value is (216,32,212). Sum of RGB (Red+Green+Blue) = 216+32+212=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D820D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D820D4 is #27DF2B. Grayscale: #6B6B6B. Windows color (decimal): -2613036 or 13902040. OLE color: 13902040.
HSL color Cylindrical-coordinate representation of color #D820D4: hue angle of 301.3º 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 #D820D4 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 212 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.15 |
| HSL | 301.3º | 0.74% | 0.49% | - |
| HSV(B) | 301.3º | 0.85% | 0.85% | - |
| XYZ | 40.72 | 20.39 | 64.08 | - |
| YUV | 107.54 | 186.96 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 212 | 0 | 0.85 | 0.02 | 0.15 | 301.3 | 0.74 | 0.49 |
| Hex | D8 | 20 | D4 | 0 | 55 | 2 | F | 12D | 4A | 31 |
| Octal | 330 | 40 | 324 | 0 | 125 | 2 | 17 | 455 | 112 | 61 |
| Binary | 11011000 | 100000 | 11010100 | 0 | 1010101 | 10 | 1111 | 100101101 | 1001010 | 110001 |
Color Harmonies of #D820D4
Complementary color
Monochromatic Colors of #D820D4
Black with #D820D4
Text Example
Text Example
White with #D820D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D820D4; }
p { color: rgb(216,32,212); }
H1.HeaderClassName
{
color: #D820D4;
}
.AnyTagClassName
{
color: #D820D4;
}
</style>
background-color css
<style>
a { background-color: #D820D4; }
a { background-color: rgb(216,32,212); }
div.DivClassName
{
background-color: #D820D4;
}
.BgClassName
{
background-color: #D820D4;
}
</style>
border-color css
<style>
span { border-color: #D820D4; }
span { border-color: rgb(216,32,212); }
td.TdClassName
{
border-color: #D820D4;
}
.TagClassName
{
border-color: #D820D4;
}
</style>