Shades of Deep Magenta #D20FDD
Tints of Deep Magenta #D20FDD
RGB
CMYK
RGB Variations
Color information
#D20FDD (or 0xD20FDD) is known color: Deep Magenta. HEX triplet: D2, 0F and DD. RGB value is (210,15,221). Sum of RGB (Red+Green+Blue) = 210+15+221=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #D20FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FDD is #2DF022. Grayscale: #606060. Windows color (decimal): -3010595 or 14487506. OLE color: 14487506.
HSL color Cylindrical-coordinate representation of color #D20FDD: hue angle of 296.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FDD is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 15 | 221 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.13 |
| HSL | 296.8º | 0.87% | 0.46% | - |
| HSV(B) | 296.8º | 0.93% | 0.87% | - |
| XYZ | 39.8 | 19.26 | 70.03 | - |
| YUV | 96.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 221 | 0.05 | 0.93 | 0 | 0.13 | 296.8 | 0.87 | 0.46 |
| Hex | D2 | F | DD | 5 | 5D | 0 | D | 129 | 57 | 2E |
| Octal | 322 | 17 | 335 | 5 | 135 | 0 | 15 | 451 | 127 | 56 |
| Binary | 11010010 | 1111 | 11011101 | 101 | 1011101 | 0 | 1101 | 100101001 | 1010111 | 101110 |
Color Harmonies of #D20FDD
Complementary color
Monochromatic Colors of #D20FDD
Black with #D20FDD
Text Example
Text Example
White with #D20FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FDD; }
p { color: rgb(210,15,221); }
H1.HeaderClassName
{
color: #D20FDD;
}
.AnyTagClassName
{
color: #D20FDD;
}
</style>
background-color css
<style>
a { background-color: #D20FDD; }
a { background-color: rgb(210,15,221); }
div.DivClassName
{
background-color: #D20FDD;
}
.BgClassName
{
background-color: #D20FDD;
}
</style>
border-color css
<style>
span { border-color: #D20FDD; }
span { border-color: rgb(210,15,221); }
td.TdClassName
{
border-color: #D20FDD;
}
.TagClassName
{
border-color: #D20FDD;
}
</style>