Shades of Deep Magenta #D204E5
Tints of Deep Magenta #D204E5
RGB
CMYK
RGB Variations
Color information
#D204E5 (or 0xD204E5) is known color: Deep Magenta. HEX triplet: D2, 04 and E5. RGB value is (210,4,229). Sum of RGB (Red+Green+Blue) = 210+4+229=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #D204E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204E5 is #2DFB1A. Grayscale: #5A5A5A. Windows color (decimal): -3013403 or 15008978. OLE color: 15008978.
HSL color Cylindrical-coordinate representation of color #D204E5: hue angle of 294.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204E5 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 4 | 229 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.10 |
| HSL | 294.93º | 0.97% | 0.46% | - |
| HSV(B) | 294.93º | 0.98% | 0.9% | - |
| XYZ | 40.76 | 19.45 | 75.73 | - |
| YUV | 91.24 | 205.75 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 229 | 0.08 | 0.98 | 0 | 0.10 | 294.93 | 0.97 | 0.46 |
| Hex | D2 | 4 | E5 | 8 | 62 | 0 | A | 127 | 61 | 2E |
| Octal | 322 | 4 | 345 | 10 | 142 | 0 | 12 | 447 | 141 | 56 |
| Binary | 11010010 | 100 | 11100101 | 1000 | 1100010 | 0 | 1010 | 100100111 | 1100001 | 101110 |
Color Harmonies of #D204E5
Complementary color
Monochromatic Colors of #D204E5
Black with #D204E5
Text Example
Text Example
White with #D204E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204E5; }
p { color: rgb(210,4,229); }
H1.HeaderClassName
{
color: #D204E5;
}
.AnyTagClassName
{
color: #D204E5;
}
</style>
background-color css
<style>
a { background-color: #D204E5; }
a { background-color: rgb(210,4,229); }
div.DivClassName
{
background-color: #D204E5;
}
.BgClassName
{
background-color: #D204E5;
}
</style>
border-color css
<style>
span { border-color: #D204E5; }
span { border-color: rgb(210,4,229); }
td.TdClassName
{
border-color: #D204E5;
}
.TagClassName
{
border-color: #D204E5;
}
</style>