Shades of Deep Magenta #D306BF
Tints of Deep Magenta #D306BF
RGB
CMYK
RGB Variations
Color information
#D306BF (or 0xD306BF) is known color: Deep Magenta. HEX triplet: D3, 06 and BF. RGB value is (211,6,191). Sum of RGB (Red+Green+Blue) = 211+6+191=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D306BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306BF is #2CF940. Grayscale: #575757. Windows color (decimal): -2947393 or 12519123. OLE color: 12519123.
HSL color Cylindrical-coordinate representation of color #D306BF: hue angle of 305.85º 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 #D306BF is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 191 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.17 |
| HSL | 305.85º | 0.94% | 0.43% | - |
| HSV(B) | 305.85º | 0.97% | 0.83% | - |
| XYZ | 36.33 | 17.74 | 50.8 | - |
| YUV | 88.39 | 185.92 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 191 | 0 | 0.97 | 0.09 | 0.17 | 305.85 | 0.94 | 0.43 |
| Hex | D3 | 6 | BF | 0 | 61 | 9 | 11 | 132 | 5E | 2B |
| Octal | 323 | 6 | 277 | 0 | 141 | 11 | 21 | 462 | 136 | 53 |
| Binary | 11010011 | 110 | 10111111 | 0 | 1100001 | 1001 | 10001 | 100110010 | 1011110 | 101011 |
Color Harmonies of #D306BF
Complementary color
Monochromatic Colors of #D306BF
Black with #D306BF
Text Example
Text Example
White with #D306BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306BF; }
p { color: rgb(211,6,191); }
H1.HeaderClassName
{
color: #D306BF;
}
.AnyTagClassName
{
color: #D306BF;
}
</style>
background-color css
<style>
a { background-color: #D306BF; }
a { background-color: rgb(211,6,191); }
div.DivClassName
{
background-color: #D306BF;
}
.BgClassName
{
background-color: #D306BF;
}
</style>
border-color css
<style>
span { border-color: #D306BF; }
span { border-color: rgb(211,6,191); }
td.TdClassName
{
border-color: #D306BF;
}
.TagClassName
{
border-color: #D306BF;
}
</style>