Shades of Deep Magenta #D806DB
Tints of Deep Magenta #D806DB
RGB
CMYK
RGB Variations
Color information
#D806DB (or 0xD806DB) is known color: Deep Magenta. HEX triplet: D8, 06 and DB. RGB value is (216,6,219). Sum of RGB (Red+Green+Blue) = 216+6+219=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D806DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D806DB is #27F924. Grayscale: #5C5C5C. Windows color (decimal): -2619685 or 14354136. OLE color: 14354136.
HSL color Cylindrical-coordinate representation of color #D806DB: hue angle of 299.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D806DB is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 6 | 219 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.14 |
| HSL | 299.15º | 0.95% | 0.44% | - |
| HSV(B) | 299.15º | 0.97% | 0.86% | - |
| XYZ | 41.17 | 19.84 | 68.68 | - |
| YUV | 93.07 | 199.07 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 219 | 0.01 | 0.97 | 0 | 0.14 | 299.15 | 0.95 | 0.44 |
| Hex | D8 | 6 | DB | 1 | 61 | 0 | E | 12B | 5F | 2C |
| Octal | 330 | 6 | 333 | 1 | 141 | 0 | 16 | 453 | 137 | 54 |
| Binary | 11011000 | 110 | 11011011 | 1 | 1100001 | 0 | 1110 | 100101011 | 1011111 | 101100 |
Color Harmonies of #D806DB
Complementary color
Monochromatic Colors of #D806DB
Black with #D806DB
Text Example
Text Example
White with #D806DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D806DB; }
p { color: rgb(216,6,219); }
H1.HeaderClassName
{
color: #D806DB;
}
.AnyTagClassName
{
color: #D806DB;
}
</style>
background-color css
<style>
a { background-color: #D806DB; }
a { background-color: rgb(216,6,219); }
div.DivClassName
{
background-color: #D806DB;
}
.BgClassName
{
background-color: #D806DB;
}
</style>
border-color css
<style>
span { border-color: #D806DB; }
span { border-color: rgb(216,6,219); }
td.TdClassName
{
border-color: #D806DB;
}
.TagClassName
{
border-color: #D806DB;
}
</style>