Shades of Deep Magenta #D304DA
Tints of Deep Magenta #D304DA
RGB
CMYK
RGB Variations
Color information
#D304DA (or 0xD304DA) is known color: Deep Magenta. HEX triplet: D3, 04 and DA. RGB value is (211,4,218). Sum of RGB (Red+Green+Blue) = 211+4+218=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #D304DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304DA is #2CFB25. Grayscale: #595959. Windows color (decimal): -2947878 or 14288083. OLE color: 14288083.
HSL color Cylindrical-coordinate representation of color #D304DA: hue angle of 298.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D304DA is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 4 | 218 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.15 |
| HSL | 298.04º | 0.96% | 0.44% | - |
| HSV(B) | 298.04º | 0.98% | 0.85% | - |
| XYZ | 39.56 | 19 | 67.91 | - |
| YUV | 90.29 | 200.08 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 218 | 0.03 | 0.98 | 0 | 0.15 | 298.04 | 0.96 | 0.44 |
| Hex | D3 | 4 | DA | 3 | 62 | 0 | F | 12A | 60 | 2C |
| Octal | 323 | 4 | 332 | 3 | 142 | 0 | 17 | 452 | 140 | 54 |
| Binary | 11010011 | 100 | 11011010 | 11 | 1100010 | 0 | 1111 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D304DA
Complementary color
Monochromatic Colors of #D304DA
Black with #D304DA
Text Example
Text Example
White with #D304DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D304DA; }
p { color: rgb(211,4,218); }
H1.HeaderClassName
{
color: #D304DA;
}
.AnyTagClassName
{
color: #D304DA;
}
</style>
background-color css
<style>
a { background-color: #D304DA; }
a { background-color: rgb(211,4,218); }
div.DivClassName
{
background-color: #D304DA;
}
.BgClassName
{
background-color: #D304DA;
}
</style>
border-color css
<style>
span { border-color: #D304DA; }
span { border-color: rgb(211,4,218); }
td.TdClassName
{
border-color: #D304DA;
}
.TagClassName
{
border-color: #D304DA;
}
</style>