Shades of Deep Magenta #D309DF
Tints of Deep Magenta #D309DF
RGB
CMYK
RGB Variations
Color information
#D309DF (or 0xD309DF) is known color: Deep Magenta. HEX triplet: D3, 09 and DF. RGB value is (211,9,223). Sum of RGB (Red+Green+Blue) = 211+9+223=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #D309DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309DF is #2CF620. Grayscale: #5D5D5D. Windows color (decimal): -2946593 or 14617043. OLE color: 14617043.
HSL color Cylindrical-coordinate representation of color #D309DF: hue angle of 296.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D309DF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 9 | 223 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.13 |
| HSL | 296.64º | 0.92% | 0.45% | - |
| HSV(B) | 296.64º | 0.96% | 0.87% | - |
| XYZ | 40.28 | 19.37 | 71.43 | - |
| YUV | 93.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 223 | 0.05 | 0.96 | 0 | 0.13 | 296.64 | 0.92 | 0.45 |
| Hex | D3 | 9 | DF | 5 | 60 | 0 | D | 129 | 5C | 2D |
| Octal | 323 | 11 | 337 | 5 | 140 | 0 | 15 | 451 | 134 | 55 |
| Binary | 11010011 | 1001 | 11011111 | 101 | 1100000 | 0 | 1101 | 100101001 | 1011100 | 101101 |
Color Harmonies of #D309DF
Complementary color
Monochromatic Colors of #D309DF
Black with #D309DF
Text Example
Text Example
White with #D309DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309DF; }
p { color: rgb(211,9,223); }
H1.HeaderClassName
{
color: #D309DF;
}
.AnyTagClassName
{
color: #D309DF;
}
</style>
background-color css
<style>
a { background-color: #D309DF; }
a { background-color: rgb(211,9,223); }
div.DivClassName
{
background-color: #D309DF;
}
.BgClassName
{
background-color: #D309DF;
}
</style>
border-color css
<style>
span { border-color: #D309DF; }
span { border-color: rgb(211,9,223); }
td.TdClassName
{
border-color: #D309DF;
}
.TagClassName
{
border-color: #D309DF;
}
</style>