Shades of Deep Magenta #D204CE
Tints of Deep Magenta #D204CE
RGB
CMYK
RGB Variations
Color information
#D204CE (or 0xD204CE) is known color: Deep Magenta. HEX triplet: D2, 04 and CE. RGB value is (210,4,206). Sum of RGB (Red+Green+Blue) = 210+4+206=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D204CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204CE is #2DFB31. Grayscale: #585858. Windows color (decimal): -3013426 or 13501650. OLE color: 13501650.
HSL color Cylindrical-coordinate representation of color #D204CE: hue angle of 301.17º 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 #D204CE is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.18 |
| HSL | 301.17º | 0.96% | 0.42% | - |
| HSV(B) | 301.17º | 0.98% | 0.82% | - |
| XYZ | 37.76 | 18.24 | 59.92 | - |
| YUV | 88.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 206 | 0 | 0.98 | 0.02 | 0.18 | 301.17 | 0.96 | 0.42 |
| Hex | D2 | 4 | CE | 0 | 62 | 2 | 12 | 12D | 60 | 2A |
| Octal | 322 | 4 | 316 | 0 | 142 | 2 | 22 | 455 | 140 | 52 |
| Binary | 11010010 | 100 | 11001110 | 0 | 1100010 | 10 | 10010 | 100101101 | 1100000 | 101010 |
Color Harmonies of #D204CE
Complementary color
Monochromatic Colors of #D204CE
Black with #D204CE
Text Example
Text Example
White with #D204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204CE; }
p { color: rgb(210,4,206); }
H1.HeaderClassName
{
color: #D204CE;
}
.AnyTagClassName
{
color: #D204CE;
}
</style>
background-color css
<style>
a { background-color: #D204CE; }
a { background-color: rgb(210,4,206); }
div.DivClassName
{
background-color: #D204CE;
}
.BgClassName
{
background-color: #D204CE;
}
</style>
border-color css
<style>
span { border-color: #D204CE; }
span { border-color: rgb(210,4,206); }
td.TdClassName
{
border-color: #D204CE;
}
.TagClassName
{
border-color: #D204CE;
}
</style>