Shades of Deep Magenta #D203B7
Tints of Deep Magenta #D203B7
RGB
CMYK
RGB Variations
Color information
#D203B7 (or 0xD203B7) is known color: Deep Magenta. HEX triplet: D2, 03 and B7. RGB value is (210,3,183). Sum of RGB (Red+Green+Blue) = 210+3+183=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D203B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D203B7 is #2DFC48. Grayscale: #545454. Windows color (decimal): -3013705 or 11994066. OLE color: 11994066.
HSL color Cylindrical-coordinate representation of color #D203B7: hue angle of 307.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203B7 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.18 |
| HSL | 307.83º | 0.97% | 0.42% | - |
| HSV(B) | 307.83º | 0.99% | 0.82% | - |
| XYZ | 35.16 | 17.19 | 46.26 | - |
| YUV | 85.41 | 183.08 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 183 | 0 | 0.99 | 0.13 | 0.18 | 307.83 | 0.97 | 0.42 |
| Hex | D2 | 3 | B7 | 0 | 63 | D | 12 | 134 | 61 | 2A |
| Octal | 322 | 3 | 267 | 0 | 143 | 15 | 22 | 464 | 141 | 52 |
| Binary | 11010010 | 11 | 10110111 | 0 | 1100011 | 1101 | 10010 | 100110100 | 1100001 | 101010 |
Color Harmonies of #D203B7
Complementary color
Monochromatic Colors of #D203B7
Black with #D203B7
Text Example
Text Example
White with #D203B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203B7; }
p { color: rgb(210,3,183); }
H1.HeaderClassName
{
color: #D203B7;
}
.AnyTagClassName
{
color: #D203B7;
}
</style>
background-color css
<style>
a { background-color: #D203B7; }
a { background-color: rgb(210,3,183); }
div.DivClassName
{
background-color: #D203B7;
}
.BgClassName
{
background-color: #D203B7;
}
</style>
border-color css
<style>
span { border-color: #D203B7; }
span { border-color: rgb(210,3,183); }
td.TdClassName
{
border-color: #D203B7;
}
.TagClassName
{
border-color: #D203B7;
}
</style>