Shades of Deep Magenta #D306D0
Tints of Deep Magenta #D306D0
RGB
CMYK
RGB Variations
Color information
#D306D0 (or 0xD306D0) is known color: Deep Magenta. HEX triplet: D3, 06 and D0. RGB value is (211,6,208). Sum of RGB (Red+Green+Blue) = 211+6+208=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D306D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306D0 is #2CF92F. Grayscale: #595959. Windows color (decimal): -2947376 or 13633235. OLE color: 13633235.
HSL color Cylindrical-coordinate representation of color #D306D0: hue angle of 300.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D306D0 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 208 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.17 |
| HSL | 300.88º | 0.94% | 0.43% | - |
| HSV(B) | 300.88º | 0.97% | 0.83% | - |
| XYZ | 38.31 | 18.53 | 61.23 | - |
| YUV | 90.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 208 | 0 | 0.97 | 0.01 | 0.17 | 300.88 | 0.94 | 0.43 |
| Hex | D3 | 6 | D0 | 0 | 61 | 1 | 11 | 12D | 5E | 2B |
| Octal | 323 | 6 | 320 | 0 | 141 | 1 | 21 | 455 | 136 | 53 |
| Binary | 11010011 | 110 | 11010000 | 0 | 1100001 | 1 | 10001 | 100101101 | 1011110 | 101011 |
Color Harmonies of #D306D0
Complementary color
Monochromatic Colors of #D306D0
Black with #D306D0
Text Example
Text Example
White with #D306D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306D0; }
p { color: rgb(211,6,208); }
H1.HeaderClassName
{
color: #D306D0;
}
.AnyTagClassName
{
color: #D306D0;
}
</style>
background-color css
<style>
a { background-color: #D306D0; }
a { background-color: rgb(211,6,208); }
div.DivClassName
{
background-color: #D306D0;
}
.BgClassName
{
background-color: #D306D0;
}
</style>
border-color css
<style>
span { border-color: #D306D0; }
span { border-color: rgb(211,6,208); }
td.TdClassName
{
border-color: #D306D0;
}
.TagClassName
{
border-color: #D306D0;
}
</style>