Shades of Deep Magenta #D309C3
Tints of Deep Magenta #D309C3
RGB
CMYK
RGB Variations
Color information
#D309C3 (or 0xD309C3) is known color: Deep Magenta. HEX triplet: D3, 09 and C3. RGB value is (211,9,195). Sum of RGB (Red+Green+Blue) = 211+9+195=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D309C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309C3 is #2CF63C. Grayscale: #5A5A5A. Windows color (decimal): -2946621 or 12782035. OLE color: 12782035.
HSL color Cylindrical-coordinate representation of color #D309C3: hue angle of 304.75º 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 #D309C3 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 195 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.17 |
| HSL | 304.75º | 0.92% | 0.43% | - |
| HSV(B) | 304.75º | 0.96% | 0.83% | - |
| XYZ | 36.81 | 17.98 | 53.16 | - |
| YUV | 90.6 | 186.92 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 195 | 0 | 0.96 | 0.08 | 0.17 | 304.75 | 0.92 | 0.43 |
| Hex | D3 | 9 | C3 | 0 | 60 | 8 | 11 | 131 | 5C | 2B |
| Octal | 323 | 11 | 303 | 0 | 140 | 10 | 21 | 461 | 134 | 53 |
| Binary | 11010011 | 1001 | 11000011 | 0 | 1100000 | 1000 | 10001 | 100110001 | 1011100 | 101011 |
Color Harmonies of #D309C3
Complementary color
Monochromatic Colors of #D309C3
Black with #D309C3
Text Example
Text Example
White with #D309C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309C3; }
p { color: rgb(211,9,195); }
H1.HeaderClassName
{
color: #D309C3;
}
.AnyTagClassName
{
color: #D309C3;
}
</style>
background-color css
<style>
a { background-color: #D309C3; }
a { background-color: rgb(211,9,195); }
div.DivClassName
{
background-color: #D309C3;
}
.BgClassName
{
background-color: #D309C3;
}
</style>
border-color css
<style>
span { border-color: #D309C3; }
span { border-color: rgb(211,9,195); }
td.TdClassName
{
border-color: #D309C3;
}
.TagClassName
{
border-color: #D309C3;
}
</style>