Shades of Deep Magenta #D306BE
Tints of Deep Magenta #D306BE
RGB
CMYK
RGB Variations
Color information
#D306BE (or 0xD306BE) is known color: Deep Magenta. HEX triplet: D3, 06 and BE. RGB value is (211,6,190). Sum of RGB (Red+Green+Blue) = 211+6+190=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D306BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306BE is #2CF941. Grayscale: #575757. Windows color (decimal): -2947394 or 12453587. OLE color: 12453587.
HSL color Cylindrical-coordinate representation of color #D306BE: hue angle of 306.15º 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 #D306BE is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.17 |
| HSL | 306.15º | 0.94% | 0.43% | - |
| HSV(B) | 306.15º | 0.97% | 0.83% | - |
| XYZ | 36.22 | 17.7 | 50.22 | - |
| YUV | 88.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 190 | 0 | 0.97 | 0.10 | 0.17 | 306.15 | 0.94 | 0.43 |
| Hex | D3 | 6 | BE | 0 | 61 | A | 11 | 132 | 5E | 2B |
| Octal | 323 | 6 | 276 | 0 | 141 | 12 | 21 | 462 | 136 | 53 |
| Binary | 11010011 | 110 | 10111110 | 0 | 1100001 | 1010 | 10001 | 100110010 | 1011110 | 101011 |
Color Harmonies of #D306BE
Complementary color
Monochromatic Colors of #D306BE
Black with #D306BE
Text Example
Text Example
White with #D306BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306BE; }
p { color: rgb(211,6,190); }
H1.HeaderClassName
{
color: #D306BE;
}
.AnyTagClassName
{
color: #D306BE;
}
</style>
background-color css
<style>
a { background-color: #D306BE; }
a { background-color: rgb(211,6,190); }
div.DivClassName
{
background-color: #D306BE;
}
.BgClassName
{
background-color: #D306BE;
}
</style>
border-color css
<style>
span { border-color: #D306BE; }
span { border-color: rgb(211,6,190); }
td.TdClassName
{
border-color: #D306BE;
}
.TagClassName
{
border-color: #D306BE;
}
</style>