Shades of Deep Magenta #D304CF
Tints of Deep Magenta #D304CF
RGB
CMYK
RGB Variations
Color information
#D304CF (or 0xD304CF) is known color: Deep Magenta. HEX triplet: D3, 04 and CF. RGB value is (211,4,207). Sum of RGB (Red+Green+Blue) = 211+4+207=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D304CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304CF is #2CFB30. Grayscale: #585858. Windows color (decimal): -2947889 or 13567187. OLE color: 13567187.
HSL color Cylindrical-coordinate representation of color #D304CF: hue angle of 301.16º 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 #D304CF is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.17 |
| HSL | 301.16º | 0.96% | 0.42% | - |
| HSV(B) | 301.16º | 0.98% | 0.83% | - |
| XYZ | 38.17 | 18.44 | 60.58 | - |
| YUV | 89.04 | 194.58 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 207 | 0 | 0.98 | 0.02 | 0.17 | 301.16 | 0.96 | 0.42 |
| Hex | D3 | 4 | CF | 0 | 62 | 2 | 11 | 12D | 60 | 2A |
| Octal | 323 | 4 | 317 | 0 | 142 | 2 | 21 | 455 | 140 | 52 |
| Binary | 11010011 | 100 | 11001111 | 0 | 1100010 | 10 | 10001 | 100101101 | 1100000 | 101010 |
Color Harmonies of #D304CF
Complementary color
Monochromatic Colors of #D304CF
Black with #D304CF
Text Example
Text Example
White with #D304CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D304CF; }
p { color: rgb(211,4,207); }
H1.HeaderClassName
{
color: #D304CF;
}
.AnyTagClassName
{
color: #D304CF;
}
</style>
background-color css
<style>
a { background-color: #D304CF; }
a { background-color: rgb(211,4,207); }
div.DivClassName
{
background-color: #D304CF;
}
.BgClassName
{
background-color: #D304CF;
}
</style>
border-color css
<style>
span { border-color: #D304CF; }
span { border-color: rgb(211,4,207); }
td.TdClassName
{
border-color: #D304CF;
}
.TagClassName
{
border-color: #D304CF;
}
</style>