Shades of Deep Magenta #D309BD
Tints of Deep Magenta #D309BD
RGB
CMYK
RGB Variations
Color information
#D309BD (or 0xD309BD) is known color: Deep Magenta. HEX triplet: D3, 09 and BD. RGB value is (211,9,189). Sum of RGB (Red+Green+Blue) = 211+9+189=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D309BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309BD is #2CF642. Grayscale: #595959. Windows color (decimal): -2946627 or 12388819. OLE color: 12388819.
HSL color Cylindrical-coordinate representation of color #D309BD: hue angle of 306.53º 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 #D309BD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.17 |
| HSL | 306.53º | 0.92% | 0.43% | - |
| HSV(B) | 306.53º | 0.96% | 0.83% | - |
| XYZ | 36.15 | 17.72 | 49.66 | - |
| YUV | 89.92 | 183.92 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 189 | 0 | 0.96 | 0.10 | 0.17 | 306.53 | 0.92 | 0.43 |
| Hex | D3 | 9 | BD | 0 | 60 | A | 11 | 133 | 5C | 2B |
| Octal | 323 | 11 | 275 | 0 | 140 | 12 | 21 | 463 | 134 | 53 |
| Binary | 11010011 | 1001 | 10111101 | 0 | 1100000 | 1010 | 10001 | 100110011 | 1011100 | 101011 |
Color Harmonies of #D309BD
Complementary color
Monochromatic Colors of #D309BD
Black with #D309BD
Text Example
Text Example
White with #D309BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D309BD; }
p { color: rgb(211,9,189); }
H1.HeaderClassName
{
color: #D309BD;
}
.AnyTagClassName
{
color: #D309BD;
}
</style>
background-color css
<style>
a { background-color: #D309BD; }
a { background-color: rgb(211,9,189); }
div.DivClassName
{
background-color: #D309BD;
}
.BgClassName
{
background-color: #D309BD;
}
</style>
border-color css
<style>
span { border-color: #D309BD; }
span { border-color: rgb(211,9,189); }
td.TdClassName
{
border-color: #D309BD;
}
.TagClassName
{
border-color: #D309BD;
}
</style>