Shades of Deep Magenta #D305BE
Tints of Deep Magenta #D305BE
RGB
CMYK
RGB Variations
Color information
#D305BE (or 0xD305BE) is known color: Deep Magenta. HEX triplet: D3, 05 and BE. RGB value is (211,5,190). Sum of RGB (Red+Green+Blue) = 211+5+190=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D305BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305BE is #2CFA41. Grayscale: #575757. Windows color (decimal): -2947650 or 12453331. OLE color: 12453331.
HSL color Cylindrical-coordinate representation of color #D305BE: hue angle of 306.12º 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 #D305BE is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.17 |
| HSL | 306.12º | 0.95% | 0.42% | - |
| HSV(B) | 306.12º | 0.98% | 0.83% | - |
| XYZ | 36.21 | 17.68 | 50.22 | - |
| YUV | 87.68 | 185.75 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 190 | 0 | 0.98 | 0.10 | 0.17 | 306.12 | 0.95 | 0.42 |
| Hex | D3 | 5 | BE | 0 | 62 | A | 11 | 132 | 5F | 2A |
| Octal | 323 | 5 | 276 | 0 | 142 | 12 | 21 | 462 | 137 | 52 |
| Binary | 11010011 | 101 | 10111110 | 0 | 1100010 | 1010 | 10001 | 100110010 | 1011111 | 101010 |
Color Harmonies of #D305BE
Complementary color
Monochromatic Colors of #D305BE
Black with #D305BE
Text Example
Text Example
White with #D305BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305BE; }
p { color: rgb(211,5,190); }
H1.HeaderClassName
{
color: #D305BE;
}
.AnyTagClassName
{
color: #D305BE;
}
</style>
background-color css
<style>
a { background-color: #D305BE; }
a { background-color: rgb(211,5,190); }
div.DivClassName
{
background-color: #D305BE;
}
.BgClassName
{
background-color: #D305BE;
}
</style>
border-color css
<style>
span { border-color: #D305BE; }
span { border-color: rgb(211,5,190); }
td.TdClassName
{
border-color: #D305BE;
}
.TagClassName
{
border-color: #D305BE;
}
</style>