Shades of Deep Magenta #D205BC
Tints of Deep Magenta #D205BC
RGB
CMYK
RGB Variations
Color information
#D205BC (or 0xD205BC) is known color: Deep Magenta. HEX triplet: D2, 05 and BC. RGB value is (210,5,188). Sum of RGB (Red+Green+Blue) = 210+5+188=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D205BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D205BC is #2DFA43. Grayscale: #565656. Windows color (decimal): -3013188 or 12322258. OLE color: 12322258.
HSL color Cylindrical-coordinate representation of color #D205BC: hue angle of 306.44º 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 #D205BC is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.18 |
| HSL | 306.44º | 0.95% | 0.42% | - |
| HSV(B) | 306.44º | 0.98% | 0.82% | - |
| XYZ | 35.71 | 17.44 | 49.06 | - |
| YUV | 87.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 188 | 0 | 0.98 | 0.10 | 0.18 | 306.44 | 0.95 | 0.42 |
| Hex | D2 | 5 | BC | 0 | 62 | A | 12 | 132 | 5F | 2A |
| Octal | 322 | 5 | 274 | 0 | 142 | 12 | 22 | 462 | 137 | 52 |
| Binary | 11010010 | 101 | 10111100 | 0 | 1100010 | 1010 | 10010 | 100110010 | 1011111 | 101010 |
Color Harmonies of #D205BC
Complementary color
Monochromatic Colors of #D205BC
Black with #D205BC
Text Example
Text Example
White with #D205BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205BC; }
p { color: rgb(210,5,188); }
H1.HeaderClassName
{
color: #D205BC;
}
.AnyTagClassName
{
color: #D205BC;
}
</style>
background-color css
<style>
a { background-color: #D205BC; }
a { background-color: rgb(210,5,188); }
div.DivClassName
{
background-color: #D205BC;
}
.BgClassName
{
background-color: #D205BC;
}
</style>
border-color css
<style>
span { border-color: #D205BC; }
span { border-color: rgb(210,5,188); }
td.TdClassName
{
border-color: #D205BC;
}
.TagClassName
{
border-color: #D205BC;
}
</style>