Shades of Deep Magenta #D205D0
Tints of Deep Magenta #D205D0
RGB
CMYK
RGB Variations
Color information
#D205D0 (or 0xD205D0) is known color: Deep Magenta. HEX triplet: D2, 05 and D0. RGB value is (210,5,208). Sum of RGB (Red+Green+Blue) = 210+5+208=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D205D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D205D0 is #2DFA2F. Grayscale: #585858. Windows color (decimal): -3013168 or 13632978. OLE color: 13632978.
HSL color Cylindrical-coordinate representation of color #D205D0: hue angle of 300.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D205D0 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.18 |
| HSL | 300.59º | 0.95% | 0.42% | - |
| HSV(B) | 300.59º | 0.98% | 0.82% | - |
| XYZ | 38.02 | 18.36 | 61.22 | - |
| YUV | 89.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 208 | 0 | 0.98 | 0.01 | 0.18 | 300.59 | 0.95 | 0.42 |
| Hex | D2 | 5 | D0 | 0 | 62 | 1 | 12 | 12D | 5F | 2A |
| Octal | 322 | 5 | 320 | 0 | 142 | 1 | 22 | 455 | 137 | 52 |
| Binary | 11010010 | 101 | 11010000 | 0 | 1100010 | 1 | 10010 | 100101101 | 1011111 | 101010 |
Color Harmonies of #D205D0
Complementary color
Monochromatic Colors of #D205D0
Black with #D205D0
Text Example
Text Example
White with #D205D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205D0; }
p { color: rgb(210,5,208); }
H1.HeaderClassName
{
color: #D205D0;
}
.AnyTagClassName
{
color: #D205D0;
}
</style>
background-color css
<style>
a { background-color: #D205D0; }
a { background-color: rgb(210,5,208); }
div.DivClassName
{
background-color: #D205D0;
}
.BgClassName
{
background-color: #D205D0;
}
</style>
border-color css
<style>
span { border-color: #D205D0; }
span { border-color: rgb(210,5,208); }
td.TdClassName
{
border-color: #D205D0;
}
.TagClassName
{
border-color: #D205D0;
}
</style>