Shades of Deep Magenta #D309DC
Tints of Deep Magenta #D309DC
RGB
CMYK
RGB Variations
Color information
#D309DC (or 0xD309DC) is known color: Deep Magenta. HEX triplet: D3, 09 and DC. RGB value is (211,9,220). Sum of RGB (Red+Green+Blue) = 211+9+220=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #D309DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309DC is #2CF623. Grayscale: #5C5C5C. Windows color (decimal): -2946596 or 14420435. OLE color: 14420435.
HSL color Cylindrical-coordinate representation of color #D309DC: hue angle of 297.44º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D309DC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 9 | 220 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.14 |
| HSL | 297.44º | 0.92% | 0.45% | - |
| HSV(B) | 297.44º | 0.96% | 0.86% | - |
| XYZ | 39.88 | 19.21 | 69.32 | - |
| YUV | 93.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 220 | 0.04 | 0.96 | 0 | 0.14 | 297.44 | 0.92 | 0.45 |
| Hex | D3 | 9 | DC | 4 | 60 | 0 | E | 129 | 5C | 2D |
| Octal | 323 | 11 | 334 | 4 | 140 | 0 | 16 | 451 | 134 | 55 |
| Binary | 11010011 | 1001 | 11011100 | 100 | 1100000 | 0 | 1110 | 100101001 | 1011100 | 101101 |
Color Harmonies of #D309DC
Complementary color
Monochromatic Colors of #D309DC
Black with #D309DC
Text Example
Text Example
White with #D309DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309DC; }
p { color: rgb(211,9,220); }
H1.HeaderClassName
{
color: #D309DC;
}
.AnyTagClassName
{
color: #D309DC;
}
</style>
background-color css
<style>
a { background-color: #D309DC; }
a { background-color: rgb(211,9,220); }
div.DivClassName
{
background-color: #D309DC;
}
.BgClassName
{
background-color: #D309DC;
}
</style>
border-color css
<style>
span { border-color: #D309DC; }
span { border-color: rgb(211,9,220); }
td.TdClassName
{
border-color: #D309DC;
}
.TagClassName
{
border-color: #D309DC;
}
</style>