Shades of Deep Magenta #D808B8
Tints of Deep Magenta #D808B8
RGB
CMYK
RGB Variations
Color information
#D808B8 (or 0xD808B8) is known color: Deep Magenta. HEX triplet: D8, 08 and B8. RGB value is (216,8,184). Sum of RGB (Red+Green+Blue) = 216+8+184=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D808B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808B8 is #27F747. Grayscale: #595959. Windows color (decimal): -2619208 or 12060888. OLE color: 12060888.
HSL color Cylindrical-coordinate representation of color #D808B8: hue angle of 309.23º 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 #D808B8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 184 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.15 |
| HSL | 309.23º | 0.93% | 0.44% | - |
| HSV(B) | 309.23º | 0.96% | 0.85% | - |
| XYZ | 37.06 | 18.23 | 46.91 | - |
| YUV | 90.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 184 | 0 | 0.96 | 0.15 | 0.15 | 309.23 | 0.93 | 0.44 |
| Hex | D8 | 8 | B8 | 0 | 60 | F | F | 135 | 5D | 2C |
| Octal | 330 | 10 | 270 | 0 | 140 | 17 | 17 | 465 | 135 | 54 |
| Binary | 11011000 | 1000 | 10111000 | 0 | 1100000 | 1111 | 1111 | 100110101 | 1011101 | 101100 |
Color Harmonies of #D808B8
Complementary color
Monochromatic Colors of #D808B8
Black with #D808B8
Text Example
Text Example
White with #D808B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808B8; }
p { color: rgb(216,8,184); }
H1.HeaderClassName
{
color: #D808B8;
}
.AnyTagClassName
{
color: #D808B8;
}
</style>
background-color css
<style>
a { background-color: #D808B8; }
a { background-color: rgb(216,8,184); }
div.DivClassName
{
background-color: #D808B8;
}
.BgClassName
{
background-color: #D808B8;
}
</style>
border-color css
<style>
span { border-color: #D808B8; }
span { border-color: rgb(216,8,184); }
td.TdClassName
{
border-color: #D808B8;
}
.TagClassName
{
border-color: #D808B8;
}
</style>