Shades of Deep Magenta #D304BE
Tints of Deep Magenta #D304BE
RGB
CMYK
RGB Variations
Color information
#D304BE (or 0xD304BE) is known color: Deep Magenta. HEX triplet: D3, 04 and BE. RGB value is (211,4,190). Sum of RGB (Red+Green+Blue) = 211+4+190=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D304BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304BE is #2CFB41. Grayscale: #565656. Windows color (decimal): -2947906 or 12453075. OLE color: 12453075.
HSL color Cylindrical-coordinate representation of color #D304BE: hue angle of 306.09º 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 #D304BE is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.17 |
| HSL | 306.09º | 0.96% | 0.42% | - |
| HSV(B) | 306.09º | 0.98% | 0.83% | - |
| XYZ | 36.2 | 17.65 | 50.21 | - |
| YUV | 87.1 | 186.08 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 190 | 0 | 0.98 | 0.10 | 0.17 | 306.09 | 0.96 | 0.42 |
| Hex | D3 | 4 | BE | 0 | 62 | A | 11 | 132 | 60 | 2A |
| Octal | 323 | 4 | 276 | 0 | 142 | 12 | 21 | 462 | 140 | 52 |
| Binary | 11010011 | 100 | 10111110 | 0 | 1100010 | 1010 | 10001 | 100110010 | 1100000 | 101010 |
Color Harmonies of #D304BE
Complementary color
Monochromatic Colors of #D304BE
Black with #D304BE
Text Example
Text Example
White with #D304BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D304BE; }
p { color: rgb(211,4,190); }
H1.HeaderClassName
{
color: #D304BE;
}
.AnyTagClassName
{
color: #D304BE;
}
</style>
background-color css
<style>
a { background-color: #D304BE; }
a { background-color: rgb(211,4,190); }
div.DivClassName
{
background-color: #D304BE;
}
.BgClassName
{
background-color: #D304BE;
}
</style>
border-color css
<style>
span { border-color: #D304BE; }
span { border-color: rgb(211,4,190); }
td.TdClassName
{
border-color: #D304BE;
}
.TagClassName
{
border-color: #D304BE;
}
</style>