Shades of Deep Magenta #D808B3
Tints of Deep Magenta #D808B3
RGB
CMYK
RGB Variations
Color information
#D808B3 (or 0xD808B3) is known color: Deep Magenta. HEX triplet: D8, 08 and B3. RGB value is (216,8,179). Sum of RGB (Red+Green+Blue) = 216+8+179=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D808B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808B3 is #27F74C. Grayscale: #595959. Windows color (decimal): -2619213 or 11733208. OLE color: 11733208.
HSL color Cylindrical-coordinate representation of color #D808B3: hue angle of 310.67º 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 #D808B3 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 179 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.15 |
| HSL | 310.67º | 0.93% | 0.44% | - |
| HSV(B) | 310.67º | 0.96% | 0.85% | - |
| XYZ | 36.54 | 18.03 | 44.2 | - |
| YUV | 89.69 | 178.41 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 179 | 0 | 0.96 | 0.17 | 0.15 | 310.67 | 0.93 | 0.44 |
| Hex | D8 | 8 | B3 | 0 | 60 | 11 | F | 137 | 5D | 2C |
| Octal | 330 | 10 | 263 | 0 | 140 | 21 | 17 | 467 | 135 | 54 |
| Binary | 11011000 | 1000 | 10110011 | 0 | 1100000 | 10001 | 1111 | 100110111 | 1011101 | 101100 |
Color Harmonies of #D808B3
Complementary color
Monochromatic Colors of #D808B3
Black with #D808B3
Text Example
Text Example
White with #D808B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808B3; }
p { color: rgb(216,8,179); }
H1.HeaderClassName
{
color: #D808B3;
}
.AnyTagClassName
{
color: #D808B3;
}
</style>
background-color css
<style>
a { background-color: #D808B3; }
a { background-color: rgb(216,8,179); }
div.DivClassName
{
background-color: #D808B3;
}
.BgClassName
{
background-color: #D808B3;
}
</style>
border-color css
<style>
span { border-color: #D808B3; }
span { border-color: rgb(216,8,179); }
td.TdClassName
{
border-color: #D808B3;
}
.TagClassName
{
border-color: #D808B3;
}
</style>