Shades of Deep Magenta #D204BE
Tints of Deep Magenta #D204BE
RGB
CMYK
RGB Variations
Color information
#D204BE (or 0xD204BE) is known color: Deep Magenta. HEX triplet: D2, 04 and BE. RGB value is (210,4,190). Sum of RGB (Red+Green+Blue) = 210+4+190=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D204BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204BE is #2DFB41. Grayscale: #565656. Windows color (decimal): -3013442 or 12453074. OLE color: 12453074.
HSL color Cylindrical-coordinate representation of color #D204BE: hue angle of 305.83º degrees, saturation: 0.96, 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 #D204BE is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.18 |
| HSL | 305.83º | 0.96% | 0.42% | - |
| HSV(B) | 305.83º | 0.98% | 0.82% | - |
| XYZ | 35.92 | 17.51 | 50.2 | - |
| YUV | 86.8 | 186.25 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 190 | 0 | 0.98 | 0.10 | 0.18 | 305.83 | 0.96 | 0.42 |
| Hex | D2 | 4 | BE | 0 | 62 | A | 12 | 132 | 60 | 2A |
| Octal | 322 | 4 | 276 | 0 | 142 | 12 | 22 | 462 | 140 | 52 |
| Binary | 11010010 | 100 | 10111110 | 0 | 1100010 | 1010 | 10010 | 100110010 | 1100000 | 101010 |
Color Harmonies of #D204BE
Complementary color
Monochromatic Colors of #D204BE
Black with #D204BE
Text Example
Text Example
White with #D204BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204BE; }
p { color: rgb(210,4,190); }
H1.HeaderClassName
{
color: #D204BE;
}
.AnyTagClassName
{
color: #D204BE;
}
</style>
background-color css
<style>
a { background-color: #D204BE; }
a { background-color: rgb(210,4,190); }
div.DivClassName
{
background-color: #D204BE;
}
.BgClassName
{
background-color: #D204BE;
}
</style>
border-color css
<style>
span { border-color: #D204BE; }
span { border-color: rgb(210,4,190); }
td.TdClassName
{
border-color: #D204BE;
}
.TagClassName
{
border-color: #D204BE;
}
</style>