Shades of Deep Magenta #D204DF
Tints of Deep Magenta #D204DF
RGB
CMYK
RGB Variations
Color information
#D204DF (or 0xD204DF) is known color: Deep Magenta. HEX triplet: D2, 04 and DF. RGB value is (210,4,223). Sum of RGB (Red+Green+Blue) = 210+4+223=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #D204DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204DF is #2DFB20. Grayscale: #595959. Windows color (decimal): -3013409 or 14615762. OLE color: 14615762.
HSL color Cylindrical-coordinate representation of color #D204DF: hue angle of 296.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204DF is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 4 | 223 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.13 |
| HSL | 296.44º | 0.96% | 0.45% | - |
| HSV(B) | 296.44º | 0.98% | 0.87% | - |
| XYZ | 39.94 | 19.12 | 71.4 | - |
| YUV | 90.56 | 202.75 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 223 | 0.06 | 0.98 | 0 | 0.13 | 296.44 | 0.96 | 0.45 |
| Hex | D2 | 4 | DF | 6 | 62 | 0 | D | 128 | 60 | 2D |
| Octal | 322 | 4 | 337 | 6 | 142 | 0 | 15 | 450 | 140 | 55 |
| Binary | 11010010 | 100 | 11011111 | 110 | 1100010 | 0 | 1101 | 100101000 | 1100000 | 101101 |
Color Harmonies of #D204DF
Complementary color
Monochromatic Colors of #D204DF
Black with #D204DF
Text Example
Text Example
White with #D204DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204DF; }
p { color: rgb(210,4,223); }
H1.HeaderClassName
{
color: #D204DF;
}
.AnyTagClassName
{
color: #D204DF;
}
</style>
background-color css
<style>
a { background-color: #D204DF; }
a { background-color: rgb(210,4,223); }
div.DivClassName
{
background-color: #D204DF;
}
.BgClassName
{
background-color: #D204DF;
}
</style>
border-color css
<style>
span { border-color: #D204DF; }
span { border-color: rgb(210,4,223); }
td.TdClassName
{
border-color: #D204DF;
}
.TagClassName
{
border-color: #D204DF;
}
</style>