Shades of Deep Magenta #D906DB
Tints of Deep Magenta #D906DB
RGB
CMYK
RGB Variations
Color information
#D906DB (or 0xD906DB) is known color: Deep Magenta. HEX triplet: D9, 06 and DB. RGB value is (217,6,219). Sum of RGB (Red+Green+Blue) = 217+6+219=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #D906DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906DB is #26F924. Grayscale: #5C5C5C. Windows color (decimal): -2554149 or 14354137. OLE color: 14354137.
HSL color Cylindrical-coordinate representation of color #D906DB: hue angle of 299.44º 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 #D906DB is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 6 | 219 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.14 |
| HSL | 299.44º | 0.95% | 0.44% | - |
| HSV(B) | 299.44º | 0.97% | 0.86% | - |
| XYZ | 41.47 | 20 | 68.69 | - |
| YUV | 93.37 | 198.9 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 219 | 0.01 | 0.97 | 0 | 0.14 | 299.44 | 0.95 | 0.44 |
| Hex | D9 | 6 | DB | 1 | 61 | 0 | E | 12B | 5F | 2C |
| Octal | 331 | 6 | 333 | 1 | 141 | 0 | 16 | 453 | 137 | 54 |
| Binary | 11011001 | 110 | 11011011 | 1 | 1100001 | 0 | 1110 | 100101011 | 1011111 | 101100 |
Color Harmonies of #D906DB
Complementary color
Monochromatic Colors of #D906DB
Black with #D906DB
Text Example
Text Example
White with #D906DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906DB; }
p { color: rgb(217,6,219); }
H1.HeaderClassName
{
color: #D906DB;
}
.AnyTagClassName
{
color: #D906DB;
}
</style>
background-color css
<style>
a { background-color: #D906DB; }
a { background-color: rgb(217,6,219); }
div.DivClassName
{
background-color: #D906DB;
}
.BgClassName
{
background-color: #D906DB;
}
</style>
border-color css
<style>
span { border-color: #D906DB; }
span { border-color: rgb(217,6,219); }
td.TdClassName
{
border-color: #D906DB;
}
.TagClassName
{
border-color: #D906DB;
}
</style>