Shades of Deep Magenta #D309CD
Tints of Deep Magenta #D309CD
RGB
CMYK
RGB Variations
Color information
#D309CD (or 0xD309CD) is known color: Deep Magenta. HEX triplet: D3, 09 and CD. RGB value is (211,9,205). Sum of RGB (Red+Green+Blue) = 211+9+205=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D309CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309CD is #2CF632. Grayscale: #5B5B5B. Windows color (decimal): -2946611 or 13437395. OLE color: 13437395.
HSL color Cylindrical-coordinate representation of color #D309CD: hue angle of 301.78º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D309CD is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 205 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.17 |
| HSL | 301.78º | 0.92% | 0.43% | - |
| HSV(B) | 301.78º | 0.96% | 0.83% | - |
| XYZ | 37.98 | 18.45 | 59.32 | - |
| YUV | 91.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 205 | 0 | 0.96 | 0.03 | 0.17 | 301.78 | 0.92 | 0.43 |
| Hex | D3 | 9 | CD | 0 | 60 | 3 | 11 | 12E | 5C | 2B |
| Octal | 323 | 11 | 315 | 0 | 140 | 3 | 21 | 456 | 134 | 53 |
| Binary | 11010011 | 1001 | 11001101 | 0 | 1100000 | 11 | 10001 | 100101110 | 1011100 | 101011 |
Color Harmonies of #D309CD
Complementary color
Monochromatic Colors of #D309CD
Black with #D309CD
Text Example
Text Example
White with #D309CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309CD; }
p { color: rgb(211,9,205); }
H1.HeaderClassName
{
color: #D309CD;
}
.AnyTagClassName
{
color: #D309CD;
}
</style>
background-color css
<style>
a { background-color: #D309CD; }
a { background-color: rgb(211,9,205); }
div.DivClassName
{
background-color: #D309CD;
}
.BgClassName
{
background-color: #D309CD;
}
</style>
border-color css
<style>
span { border-color: #D309CD; }
span { border-color: rgb(211,9,205); }
td.TdClassName
{
border-color: #D309CD;
}
.TagClassName
{
border-color: #D309CD;
}
</style>