Shades of Deep Magenta #D205B5
Tints of Deep Magenta #D205B5
RGB
CMYK
RGB Variations
Color information
#D205B5 (or 0xD205B5) is known color: Deep Magenta. HEX triplet: D2, 05 and B5. RGB value is (210,5,181). Sum of RGB (Red+Green+Blue) = 210+5+181=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D205B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D205B5 is #2DFA4A. Grayscale: #555555. Windows color (decimal): -3013195 or 11863506. OLE color: 11863506.
HSL color Cylindrical-coordinate representation of color #D205B5: hue angle of 308.49º 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 #D205B5 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.18 |
| HSL | 308.49º | 0.95% | 0.42% | - |
| HSV(B) | 308.49º | 0.98% | 0.82% | - |
| XYZ | 34.97 | 17.15 | 45.18 | - |
| YUV | 86.36 | 181.42 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 181 | 0 | 0.98 | 0.14 | 0.18 | 308.49 | 0.95 | 0.42 |
| Hex | D2 | 5 | B5 | 0 | 62 | E | 12 | 134 | 5F | 2A |
| Octal | 322 | 5 | 265 | 0 | 142 | 16 | 22 | 464 | 137 | 52 |
| Binary | 11010010 | 101 | 10110101 | 0 | 1100010 | 1110 | 10010 | 100110100 | 1011111 | 101010 |
Color Harmonies of #D205B5
Complementary color
Monochromatic Colors of #D205B5
Black with #D205B5
Text Example
Text Example
White with #D205B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205B5; }
p { color: rgb(210,5,181); }
H1.HeaderClassName
{
color: #D205B5;
}
.AnyTagClassName
{
color: #D205B5;
}
</style>
background-color css
<style>
a { background-color: #D205B5; }
a { background-color: rgb(210,5,181); }
div.DivClassName
{
background-color: #D205B5;
}
.BgClassName
{
background-color: #D205B5;
}
</style>
border-color css
<style>
span { border-color: #D205B5; }
span { border-color: rgb(210,5,181); }
td.TdClassName
{
border-color: #D205B5;
}
.TagClassName
{
border-color: #D205B5;
}
</style>