Shades of Deep Magenta #D906D9
Tints of Deep Magenta #D906D9
RGB
CMYK
RGB Variations
Color information
#D906D9 (or 0xD906D9) is known color: Deep Magenta. HEX triplet: D9, 06 and D9. RGB value is (217,6,217). Sum of RGB (Red+Green+Blue) = 217+6+217=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D906D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906D9 is #26F926. Grayscale: #5C5C5C. Windows color (decimal): -2554151 or 14223065. OLE color: 14223065.
HSL color Cylindrical-coordinate representation of color #D906D9: hue angle of 300º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906D9 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 217 | - |
| CMYK | 0 | 0.97 | 0 | 0.15 |
| HSL | 300º | 0.95% | 0.44% | - |
| HSV(B) | 300º | 0.97% | 0.85% | - |
| XYZ | 41.2 | 19.89 | 67.31 | - |
| YUV | 93.14 | 197.9 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 217 | 0 | 0.97 | 0 | 0.15 | 300 | 0.95 | 0.44 |
| Hex | D9 | 6 | D9 | 0 | 61 | 0 | F | 12C | 5F | 2C |
| Octal | 331 | 6 | 331 | 0 | 141 | 0 | 17 | 454 | 137 | 54 |
| Binary | 11011001 | 110 | 11011001 | 0 | 1100001 | 0 | 1111 | 100101100 | 1011111 | 101100 |
Color Harmonies of #D906D9
Complementary color
Monochromatic Colors of #D906D9
Black with #D906D9
Text Example
Text Example
White with #D906D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906D9; }
p { color: rgb(217,6,217); }
H1.HeaderClassName
{
color: #D906D9;
}
.AnyTagClassName
{
color: #D906D9;
}
</style>
background-color css
<style>
a { background-color: #D906D9; }
a { background-color: rgb(217,6,217); }
div.DivClassName
{
background-color: #D906D9;
}
.BgClassName
{
background-color: #D906D9;
}
</style>
border-color css
<style>
span { border-color: #D906D9; }
span { border-color: rgb(217,6,217); }
td.TdClassName
{
border-color: #D906D9;
}
.TagClassName
{
border-color: #D906D9;
}
</style>