Shades of Deep Magenta #D205B0
Tints of Deep Magenta #D205B0
RGB
CMYK
RGB Variations
Color information
#D205B0 (or 0xD205B0) is known color: Deep Magenta. HEX triplet: D2, 05 and B0. RGB value is (210,5,176). Sum of RGB (Red+Green+Blue) = 210+5+176=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D205B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D205B0 is #2DFA4F. Grayscale: #555555. Windows color (decimal): -3013200 or 11535826. OLE color: 11535826.
HSL color Cylindrical-coordinate representation of color #D205B0: hue angle of 309.95º 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 #D205B0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 176 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.18 |
| HSL | 309.95º | 0.95% | 0.42% | - |
| HSV(B) | 309.95º | 0.98% | 0.82% | - |
| XYZ | 34.47 | 16.94 | 42.53 | - |
| YUV | 85.79 | 178.92 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 176 | 0 | 0.98 | 0.16 | 0.18 | 309.95 | 0.95 | 0.42 |
| Hex | D2 | 5 | B0 | 0 | 62 | 10 | 12 | 136 | 5F | 2A |
| Octal | 322 | 5 | 260 | 0 | 142 | 20 | 22 | 466 | 137 | 52 |
| Binary | 11010010 | 101 | 10110000 | 0 | 1100010 | 10000 | 10010 | 100110110 | 1011111 | 101010 |
Color Harmonies of #D205B0
Complementary color
Monochromatic Colors of #D205B0
Black with #D205B0
Text Example
Text Example
White with #D205B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205B0; }
p { color: rgb(210,5,176); }
H1.HeaderClassName
{
color: #D205B0;
}
.AnyTagClassName
{
color: #D205B0;
}
</style>
background-color css
<style>
a { background-color: #D205B0; }
a { background-color: rgb(210,5,176); }
div.DivClassName
{
background-color: #D205B0;
}
.BgClassName
{
background-color: #D205B0;
}
</style>
border-color css
<style>
span { border-color: #D205B0; }
span { border-color: rgb(210,5,176); }
td.TdClassName
{
border-color: #D205B0;
}
.TagClassName
{
border-color: #D205B0;
}
</style>