Shades of Deep Magenta #D304BA
Tints of Deep Magenta #D304BA
RGB
CMYK
RGB Variations
Color information
#D304BA (or 0xD304BA) is known color: Deep Magenta. HEX triplet: D3, 04 and BA. RGB value is (211,4,186). Sum of RGB (Red+Green+Blue) = 211+4+186=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D304BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304BA is #2CFB45. Grayscale: #565656. Windows color (decimal): -2947910 or 12190931. OLE color: 12190931.
HSL color Cylindrical-coordinate representation of color #D304BA: hue angle of 307.25º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D304BA is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.17 |
| HSL | 307.25º | 0.96% | 0.42% | - |
| HSV(B) | 307.25º | 0.98% | 0.83% | - |
| XYZ | 35.77 | 17.48 | 47.94 | - |
| YUV | 86.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 186 | 0 | 0.98 | 0.12 | 0.17 | 307.25 | 0.96 | 0.42 |
| Hex | D3 | 4 | BA | 0 | 62 | C | 11 | 133 | 60 | 2A |
| Octal | 323 | 4 | 272 | 0 | 142 | 14 | 21 | 463 | 140 | 52 |
| Binary | 11010011 | 100 | 10111010 | 0 | 1100010 | 1100 | 10001 | 100110011 | 1100000 | 101010 |
Color Harmonies of #D304BA
Complementary color
Monochromatic Colors of #D304BA
Black with #D304BA
Text Example
Text Example
White with #D304BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D304BA; }
p { color: rgb(211,4,186); }
H1.HeaderClassName
{
color: #D304BA;
}
.AnyTagClassName
{
color: #D304BA;
}
</style>
background-color css
<style>
a { background-color: #D304BA; }
a { background-color: rgb(211,4,186); }
div.DivClassName
{
background-color: #D304BA;
}
.BgClassName
{
background-color: #D304BA;
}
</style>
border-color css
<style>
span { border-color: #D304BA; }
span { border-color: rgb(211,4,186); }
td.TdClassName
{
border-color: #D304BA;
}
.TagClassName
{
border-color: #D304BA;
}
</style>