Shades of Deep Magenta #D304DB
Tints of Deep Magenta #D304DB
RGB
CMYK
RGB Variations
Color information
#D304DB (or 0xD304DB) is known color: Deep Magenta. HEX triplet: D3, 04 and DB. RGB value is (211,4,219). Sum of RGB (Red+Green+Blue) = 211+4+219=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #D304DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304DB is #2CFB24. Grayscale: #595959. Windows color (decimal): -2947877 or 14353619. OLE color: 14353619.
HSL color Cylindrical-coordinate representation of color #D304DB: hue angle of 297.77º 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 #D304DB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 4 | 219 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.14 |
| HSL | 297.77º | 0.96% | 0.44% | - |
| HSV(B) | 297.77º | 0.98% | 0.86% | - |
| XYZ | 39.69 | 19.05 | 68.6 | - |
| YUV | 90.4 | 200.58 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 219 | 0.04 | 0.98 | 0 | 0.14 | 297.77 | 0.96 | 0.44 |
| Hex | D3 | 4 | DB | 4 | 62 | 0 | E | 12A | 60 | 2C |
| Octal | 323 | 4 | 333 | 4 | 142 | 0 | 16 | 452 | 140 | 54 |
| Binary | 11010011 | 100 | 11011011 | 100 | 1100010 | 0 | 1110 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D304DB
Complementary color
Monochromatic Colors of #D304DB
Black with #D304DB
Text Example
Text Example
White with #D304DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D304DB; }
p { color: rgb(211,4,219); }
H1.HeaderClassName
{
color: #D304DB;
}
.AnyTagClassName
{
color: #D304DB;
}
</style>
background-color css
<style>
a { background-color: #D304DB; }
a { background-color: rgb(211,4,219); }
div.DivClassName
{
background-color: #D304DB;
}
.BgClassName
{
background-color: #D304DB;
}
</style>
border-color css
<style>
span { border-color: #D304DB; }
span { border-color: rgb(211,4,219); }
td.TdClassName
{
border-color: #D304DB;
}
.TagClassName
{
border-color: #D304DB;
}
</style>