Shades of Deep Magenta #D920D5
Tints of Deep Magenta #D920D5
RGB
CMYK
RGB Variations
Color information
#D920D5 (or 0xD920D5) is known color: Deep Magenta. HEX triplet: D9, 20 and D5. RGB value is (217,32,213). Sum of RGB (Red+Green+Blue) = 217+32+213=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D920D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D920D5 is #26DF2A. Grayscale: #6B6B6B. Windows color (decimal): -2547499 or 13967577. OLE color: 13967577.
HSL color Cylindrical-coordinate representation of color #D920D5: 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 #D920D5 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 213 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.15 |
| HSL | 301.3º | 0.74% | 0.49% | - |
| HSV(B) | 301.3º | 0.85% | 0.85% | - |
| XYZ | 41.14 | 20.59 | 64.76 | - |
| YUV | 107.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 213 | 0 | 0.85 | 0.02 | 0.15 | 301.3 | 0.74 | 0.49 |
| Hex | D9 | 20 | D5 | 0 | 55 | 2 | F | 12D | 4A | 31 |
| Octal | 331 | 40 | 325 | 0 | 125 | 2 | 17 | 455 | 112 | 61 |
| Binary | 11011001 | 100000 | 11010101 | 0 | 1010101 | 10 | 1111 | 100101101 | 1001010 | 110001 |
Color Harmonies of #D920D5
Complementary color
Monochromatic Colors of #D920D5
Black with #D920D5
Text Example
Text Example
White with #D920D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920D5; }
p { color: rgb(217,32,213); }
H1.HeaderClassName
{
color: #D920D5;
}
.AnyTagClassName
{
color: #D920D5;
}
</style>
background-color css
<style>
a { background-color: #D920D5; }
a { background-color: rgb(217,32,213); }
div.DivClassName
{
background-color: #D920D5;
}
.BgClassName
{
background-color: #D920D5;
}
</style>
border-color css
<style>
span { border-color: #D920D5; }
span { border-color: rgb(217,32,213); }
td.TdClassName
{
border-color: #D920D5;
}
.TagClassName
{
border-color: #D920D5;
}
</style>