Shades of Deep Magenta #D306C0
Tints of Deep Magenta #D306C0
RGB
CMYK
RGB Variations
Color information
#D306C0 (or 0xD306C0) is known color: Deep Magenta. HEX triplet: D3, 06 and C0. RGB value is (211,6,192). Sum of RGB (Red+Green+Blue) = 211+6+192=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D306C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306C0 is #2CF93F. Grayscale: #575757. Windows color (decimal): -2947392 or 12584659. OLE color: 12584659.
HSL color Cylindrical-coordinate representation of color #D306C0: hue angle of 305.56º 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 #D306C0 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 192 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.17 |
| HSL | 305.56º | 0.94% | 0.43% | - |
| HSV(B) | 305.56º | 0.97% | 0.83% | - |
| XYZ | 36.44 | 17.78 | 51.38 | - |
| YUV | 88.5 | 186.42 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 192 | 0 | 0.97 | 0.09 | 0.17 | 305.56 | 0.94 | 0.43 |
| Hex | D3 | 6 | C0 | 0 | 61 | 9 | 11 | 132 | 5E | 2B |
| Octal | 323 | 6 | 300 | 0 | 141 | 11 | 21 | 462 | 136 | 53 |
| Binary | 11010011 | 110 | 11000000 | 0 | 1100001 | 1001 | 10001 | 100110010 | 1011110 | 101011 |
Color Harmonies of #D306C0
Complementary color
Monochromatic Colors of #D306C0
Black with #D306C0
Text Example
Text Example
White with #D306C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306C0; }
p { color: rgb(211,6,192); }
H1.HeaderClassName
{
color: #D306C0;
}
.AnyTagClassName
{
color: #D306C0;
}
</style>
background-color css
<style>
a { background-color: #D306C0; }
a { background-color: rgb(211,6,192); }
div.DivClassName
{
background-color: #D306C0;
}
.BgClassName
{
background-color: #D306C0;
}
</style>
border-color css
<style>
span { border-color: #D306C0; }
span { border-color: rgb(211,6,192); }
td.TdClassName
{
border-color: #D306C0;
}
.TagClassName
{
border-color: #D306C0;
}
</style>