Shades of Deep Magenta #D808BE
Tints of Deep Magenta #D808BE
RGB
CMYK
RGB Variations
Color information
#D808BE (or 0xD808BE) is known color: Deep Magenta. HEX triplet: D8, 08 and BE. RGB value is (216,8,190). Sum of RGB (Red+Green+Blue) = 216+8+190=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D808BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808BE is #27F741. Grayscale: #5A5A5A. Windows color (decimal): -2619202 or 12454104. OLE color: 12454104.
HSL color Cylindrical-coordinate representation of color #D808BE: hue angle of 307.5º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808BE is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 190 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.15 |
| HSL | 307.5º | 0.93% | 0.44% | - |
| HSV(B) | 307.5º | 0.96% | 0.85% | - |
| XYZ | 37.7 | 18.49 | 50.3 | - |
| YUV | 90.94 | 183.91 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 190 | 0 | 0.96 | 0.12 | 0.15 | 307.5 | 0.93 | 0.44 |
| Hex | D8 | 8 | BE | 0 | 60 | C | F | 134 | 5D | 2C |
| Octal | 330 | 10 | 276 | 0 | 140 | 14 | 17 | 464 | 135 | 54 |
| Binary | 11011000 | 1000 | 10111110 | 0 | 1100000 | 1100 | 1111 | 100110100 | 1011101 | 101100 |
Color Harmonies of #D808BE
Complementary color
Monochromatic Colors of #D808BE
Black with #D808BE
Text Example
Text Example
White with #D808BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808BE; }
p { color: rgb(216,8,190); }
H1.HeaderClassName
{
color: #D808BE;
}
.AnyTagClassName
{
color: #D808BE;
}
</style>
background-color css
<style>
a { background-color: #D808BE; }
a { background-color: rgb(216,8,190); }
div.DivClassName
{
background-color: #D808BE;
}
.BgClassName
{
background-color: #D808BE;
}
</style>
border-color css
<style>
span { border-color: #D808BE; }
span { border-color: rgb(216,8,190); }
td.TdClassName
{
border-color: #D808BE;
}
.TagClassName
{
border-color: #D808BE;
}
</style>