Shades of Deep Magenta #D205B6
Tints of Deep Magenta #D205B6
RGB
CMYK
RGB Variations
Color information
#D205B6 (or 0xD205B6) is known color: Deep Magenta. HEX triplet: D2, 05 and B6. RGB value is (210,5,182). Sum of RGB (Red+Green+Blue) = 210+5+182=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D205B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D205B6 is #2DFA49. Grayscale: #555555. Windows color (decimal): -3013194 or 11929042. OLE color: 11929042.
HSL color Cylindrical-coordinate representation of color #D205B6: hue angle of 308.2º 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 #D205B6 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 182 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.18 |
| HSL | 308.2º | 0.95% | 0.42% | - |
| HSV(B) | 308.2º | 0.98% | 0.82% | - |
| XYZ | 35.08 | 17.19 | 45.72 | - |
| YUV | 86.47 | 181.92 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 182 | 0 | 0.98 | 0.13 | 0.18 | 308.2 | 0.95 | 0.42 |
| Hex | D2 | 5 | B6 | 0 | 62 | D | 12 | 134 | 5F | 2A |
| Octal | 322 | 5 | 266 | 0 | 142 | 15 | 22 | 464 | 137 | 52 |
| Binary | 11010010 | 101 | 10110110 | 0 | 1100010 | 1101 | 10010 | 100110100 | 1011111 | 101010 |
Color Harmonies of #D205B6
Complementary color
Monochromatic Colors of #D205B6
Black with #D205B6
Text Example
Text Example
White with #D205B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205B6; }
p { color: rgb(210,5,182); }
H1.HeaderClassName
{
color: #D205B6;
}
.AnyTagClassName
{
color: #D205B6;
}
</style>
background-color css
<style>
a { background-color: #D205B6; }
a { background-color: rgb(210,5,182); }
div.DivClassName
{
background-color: #D205B6;
}
.BgClassName
{
background-color: #D205B6;
}
</style>
border-color css
<style>
span { border-color: #D205B6; }
span { border-color: rgb(210,5,182); }
td.TdClassName
{
border-color: #D205B6;
}
.TagClassName
{
border-color: #D205B6;
}
</style>