Shades of Deep Magenta #D309D6
Tints of Deep Magenta #D309D6
RGB
CMYK
RGB Variations
Color information
#D309D6 (or 0xD309D6) is known color: Deep Magenta. HEX triplet: D3, 09 and D6. RGB value is (211,9,214). Sum of RGB (Red+Green+Blue) = 211+9+214=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #D309D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309D6 is #2CF629. Grayscale: #5C5C5C. Windows color (decimal): -2946602 or 14027219. OLE color: 14027219.
HSL color Cylindrical-coordinate representation of color #D309D6: hue angle of 299.12º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D309D6 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 9 | 214 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.16 |
| HSL | 299.12º | 0.92% | 0.44% | - |
| HSV(B) | 299.12º | 0.96% | 0.84% | - |
| XYZ | 39.1 | 18.9 | 65.21 | - |
| YUV | 92.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 214 | 0.01 | 0.96 | 0 | 0.16 | 299.12 | 0.92 | 0.44 |
| Hex | D3 | 9 | D6 | 1 | 60 | 0 | 10 | 12B | 5C | 2C |
| Octal | 323 | 11 | 326 | 1 | 140 | 0 | 20 | 453 | 134 | 54 |
| Binary | 11010011 | 1001 | 11010110 | 1 | 1100000 | 0 | 10000 | 100101011 | 1011100 | 101100 |
Color Harmonies of #D309D6
Complementary color
Monochromatic Colors of #D309D6
Black with #D309D6
Text Example
Text Example
White with #D309D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309D6; }
p { color: rgb(211,9,214); }
H1.HeaderClassName
{
color: #D309D6;
}
.AnyTagClassName
{
color: #D309D6;
}
</style>
background-color css
<style>
a { background-color: #D309D6; }
a { background-color: rgb(211,9,214); }
div.DivClassName
{
background-color: #D309D6;
}
.BgClassName
{
background-color: #D309D6;
}
</style>
border-color css
<style>
span { border-color: #D309D6; }
span { border-color: rgb(211,9,214); }
td.TdClassName
{
border-color: #D309D6;
}
.TagClassName
{
border-color: #D309D6;
}
</style>