Shades of Deep Magenta #D805BE
Tints of Deep Magenta #D805BE
RGB
CMYK
RGB Variations
Color information
#D805BE (or 0xD805BE) is known color: Deep Magenta. HEX triplet: D8, 05 and BE. RGB value is (216,5,190). Sum of RGB (Red+Green+Blue) = 216+5+190=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D805BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805BE is #27FA41. Grayscale: #585858. Windows color (decimal): -2619970 or 12453336. OLE color: 12453336.
HSL color Cylindrical-coordinate representation of color #D805BE: hue angle of 307.39º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805BE is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.15 |
| HSL | 307.39º | 0.95% | 0.43% | - |
| HSV(B) | 307.39º | 0.98% | 0.85% | - |
| XYZ | 37.67 | 18.43 | 50.29 | - |
| YUV | 89.18 | 184.9 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 190 | 0 | 0.98 | 0.12 | 0.15 | 307.39 | 0.95 | 0.43 |
| Hex | D8 | 5 | BE | 0 | 62 | C | F | 133 | 5F | 2B |
| Octal | 330 | 5 | 276 | 0 | 142 | 14 | 17 | 463 | 137 | 53 |
| Binary | 11011000 | 101 | 10111110 | 0 | 1100010 | 1100 | 1111 | 100110011 | 1011111 | 101011 |
Color Harmonies of #D805BE
Complementary color
Monochromatic Colors of #D805BE
Black with #D805BE
Text Example
Text Example
White with #D805BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805BE; }
p { color: rgb(216,5,190); }
H1.HeaderClassName
{
color: #D805BE;
}
.AnyTagClassName
{
color: #D805BE;
}
</style>
background-color css
<style>
a { background-color: #D805BE; }
a { background-color: rgb(216,5,190); }
div.DivClassName
{
background-color: #D805BE;
}
.BgClassName
{
background-color: #D805BE;
}
</style>
border-color css
<style>
span { border-color: #D805BE; }
span { border-color: rgb(216,5,190); }
td.TdClassName
{
border-color: #D805BE;
}
.TagClassName
{
border-color: #D805BE;
}
</style>