Shades of Deep Magenta #D204CD
Tints of Deep Magenta #D204CD
RGB
CMYK
RGB Variations
Color information
#D204CD (or 0xD204CD) is known color: Deep Magenta. HEX triplet: D2, 04 and CD. RGB value is (210,4,205). Sum of RGB (Red+Green+Blue) = 210+4+205=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D204CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204CD is #2DFB32. Grayscale: #575757. Windows color (decimal): -3013427 or 13436114. OLE color: 13436114.
HSL color Cylindrical-coordinate representation of color #D204CD: hue angle of 301.46º 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 #D204CD is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 205 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.18 |
| HSL | 301.46º | 0.96% | 0.42% | - |
| HSV(B) | 301.46º | 0.98% | 0.82% | - |
| XYZ | 37.64 | 18.2 | 59.29 | - |
| YUV | 88.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 205 | 0 | 0.98 | 0.02 | 0.18 | 301.46 | 0.96 | 0.42 |
| Hex | D2 | 4 | CD | 0 | 62 | 2 | 12 | 12D | 60 | 2A |
| Octal | 322 | 4 | 315 | 0 | 142 | 2 | 22 | 455 | 140 | 52 |
| Binary | 11010010 | 100 | 11001101 | 0 | 1100010 | 10 | 10010 | 100101101 | 1100000 | 101010 |
Color Harmonies of #D204CD
Complementary color
Monochromatic Colors of #D204CD
Black with #D204CD
Text Example
Text Example
White with #D204CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204CD; }
p { color: rgb(210,4,205); }
H1.HeaderClassName
{
color: #D204CD;
}
.AnyTagClassName
{
color: #D204CD;
}
</style>
background-color css
<style>
a { background-color: #D204CD; }
a { background-color: rgb(210,4,205); }
div.DivClassName
{
background-color: #D204CD;
}
.BgClassName
{
background-color: #D204CD;
}
</style>
border-color css
<style>
span { border-color: #D204CD; }
span { border-color: rgb(210,4,205); }
td.TdClassName
{
border-color: #D204CD;
}
.TagClassName
{
border-color: #D204CD;
}
</style>