Shades of Deep Magenta #D309C7
Tints of Deep Magenta #D309C7
RGB
CMYK
RGB Variations
Color information
#D309C7 (or 0xD309C7) is known color: Deep Magenta. HEX triplet: D3, 09 and C7. RGB value is (211,9,199). Sum of RGB (Red+Green+Blue) = 211+9+199=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D309C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309C7 is #2CF638. Grayscale: #5A5A5A. Windows color (decimal): -2946617 or 13044179. OLE color: 13044179.
HSL color Cylindrical-coordinate representation of color #D309C7: hue angle of 303.56º 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 #D309C7 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 199 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.17 |
| HSL | 303.56º | 0.92% | 0.43% | - |
| HSV(B) | 303.56º | 0.96% | 0.83% | - |
| XYZ | 37.27 | 18.17 | 55.58 | - |
| YUV | 91.06 | 188.92 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 199 | 0 | 0.96 | 0.06 | 0.17 | 303.56 | 0.92 | 0.43 |
| Hex | D3 | 9 | C7 | 0 | 60 | 6 | 11 | 130 | 5C | 2B |
| Octal | 323 | 11 | 307 | 0 | 140 | 6 | 21 | 460 | 134 | 53 |
| Binary | 11010011 | 1001 | 11000111 | 0 | 1100000 | 110 | 10001 | 100110000 | 1011100 | 101011 |
Color Harmonies of #D309C7
Complementary color
Monochromatic Colors of #D309C7
Black with #D309C7
Text Example
Text Example
White with #D309C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309C7; }
p { color: rgb(211,9,199); }
H1.HeaderClassName
{
color: #D309C7;
}
.AnyTagClassName
{
color: #D309C7;
}
</style>
background-color css
<style>
a { background-color: #D309C7; }
a { background-color: rgb(211,9,199); }
div.DivClassName
{
background-color: #D309C7;
}
.BgClassName
{
background-color: #D309C7;
}
</style>
border-color css
<style>
span { border-color: #D309C7; }
span { border-color: rgb(211,9,199); }
td.TdClassName
{
border-color: #D309C7;
}
.TagClassName
{
border-color: #D309C7;
}
</style>