Shades of Deep Magenta #D305BF
Tints of Deep Magenta #D305BF
RGB
CMYK
RGB Variations
Color information
#D305BF (or 0xD305BF) is known color: Deep Magenta. HEX triplet: D3, 05 and BF. RGB value is (211,5,191). Sum of RGB (Red+Green+Blue) = 211+5+191=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D305BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305BF is #2CFA40. Grayscale: #575757. Windows color (decimal): -2947649 or 12518867. OLE color: 12518867.
HSL color Cylindrical-coordinate representation of color #D305BF: hue angle of 305.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305BF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.17 |
| HSL | 305.83º | 0.95% | 0.42% | - |
| HSV(B) | 305.83º | 0.98% | 0.83% | - |
| XYZ | 36.32 | 17.72 | 50.8 | - |
| YUV | 87.8 | 186.25 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 191 | 0 | 0.98 | 0.09 | 0.17 | 305.83 | 0.95 | 0.42 |
| Hex | D3 | 5 | BF | 0 | 62 | 9 | 11 | 132 | 5F | 2A |
| Octal | 323 | 5 | 277 | 0 | 142 | 11 | 21 | 462 | 137 | 52 |
| Binary | 11010011 | 101 | 10111111 | 0 | 1100010 | 1001 | 10001 | 100110010 | 1011111 | 101010 |
Color Harmonies of #D305BF
Complementary color
Monochromatic Colors of #D305BF
Black with #D305BF
Text Example
Text Example
White with #D305BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305BF; }
p { color: rgb(211,5,191); }
H1.HeaderClassName
{
color: #D305BF;
}
.AnyTagClassName
{
color: #D305BF;
}
</style>
background-color css
<style>
a { background-color: #D305BF; }
a { background-color: rgb(211,5,191); }
div.DivClassName
{
background-color: #D305BF;
}
.BgClassName
{
background-color: #D305BF;
}
</style>
border-color css
<style>
span { border-color: #D305BF; }
span { border-color: rgb(211,5,191); }
td.TdClassName
{
border-color: #D305BF;
}
.TagClassName
{
border-color: #D305BF;
}
</style>