Shades of Deep Magenta #D204DB
Tints of Deep Magenta #D204DB
RGB
CMYK
RGB Variations
Color information
#D204DB (or 0xD204DB) is known color: Deep Magenta. HEX triplet: D2, 04 and DB. RGB value is (210,4,219). Sum of RGB (Red+Green+Blue) = 210+4+219=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #D204DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204DB is #2DFB24. Grayscale: #595959. Windows color (decimal): -3013413 or 14353618. OLE color: 14353618.
HSL color Cylindrical-coordinate representation of color #D204DB: hue angle of 297.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204DB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 4 | 219 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.14 |
| HSL | 297.49º | 0.96% | 0.44% | - |
| HSV(B) | 297.49º | 0.98% | 0.86% | - |
| XYZ | 39.41 | 18.9 | 68.59 | - |
| YUV | 90.1 | 200.75 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 219 | 0.04 | 0.98 | 0 | 0.14 | 297.49 | 0.96 | 0.44 |
| Hex | D2 | 4 | DB | 4 | 62 | 0 | E | 129 | 60 | 2C |
| Octal | 322 | 4 | 333 | 4 | 142 | 0 | 16 | 451 | 140 | 54 |
| Binary | 11010010 | 100 | 11011011 | 100 | 1100010 | 0 | 1110 | 100101001 | 1100000 | 101100 |
Color Harmonies of #D204DB
Complementary color
Monochromatic Colors of #D204DB
Black with #D204DB
Text Example
Text Example
White with #D204DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204DB; }
p { color: rgb(210,4,219); }
H1.HeaderClassName
{
color: #D204DB;
}
.AnyTagClassName
{
color: #D204DB;
}
</style>
background-color css
<style>
a { background-color: #D204DB; }
a { background-color: rgb(210,4,219); }
div.DivClassName
{
background-color: #D204DB;
}
.BgClassName
{
background-color: #D204DB;
}
</style>
border-color css
<style>
span { border-color: #D204DB; }
span { border-color: rgb(210,4,219); }
td.TdClassName
{
border-color: #D204DB;
}
.TagClassName
{
border-color: #D204DB;
}
</style>