Shades of Deep Magenta #D309B9
Tints of Deep Magenta #D309B9
RGB
CMYK
RGB Variations
Color information
#D309B9 (or 0xD309B9) is known color: Deep Magenta. HEX triplet: D3, 09 and B9. RGB value is (211,9,185). Sum of RGB (Red+Green+Blue) = 211+9+185=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D309B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309B9 is #2CF646. Grayscale: #585858. Windows color (decimal): -2946631 or 12126675. OLE color: 12126675.
HSL color Cylindrical-coordinate representation of color #D309B9: hue angle of 307.72º 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 #D309B9 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 185 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.17 |
| HSL | 307.72º | 0.92% | 0.43% | - |
| HSV(B) | 307.72º | 0.96% | 0.83% | - |
| XYZ | 35.72 | 17.55 | 47.4 | - |
| YUV | 89.46 | 181.92 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 185 | 0 | 0.96 | 0.12 | 0.17 | 307.72 | 0.92 | 0.43 |
| Hex | D3 | 9 | B9 | 0 | 60 | C | 11 | 134 | 5C | 2B |
| Octal | 323 | 11 | 271 | 0 | 140 | 14 | 21 | 464 | 134 | 53 |
| Binary | 11010011 | 1001 | 10111001 | 0 | 1100000 | 1100 | 10001 | 100110100 | 1011100 | 101011 |
Color Harmonies of #D309B9
Complementary color
Monochromatic Colors of #D309B9
Black with #D309B9
Text Example
Text Example
White with #D309B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309B9; }
p { color: rgb(211,9,185); }
H1.HeaderClassName
{
color: #D309B9;
}
.AnyTagClassName
{
color: #D309B9;
}
</style>
background-color css
<style>
a { background-color: #D309B9; }
a { background-color: rgb(211,9,185); }
div.DivClassName
{
background-color: #D309B9;
}
.BgClassName
{
background-color: #D309B9;
}
</style>
border-color css
<style>
span { border-color: #D309B9; }
span { border-color: rgb(211,9,185); }
td.TdClassName
{
border-color: #D309B9;
}
.TagClassName
{
border-color: #D309B9;
}
</style>