Shades of Deep Magenta #D906D2
Tints of Deep Magenta #D906D2
RGB
CMYK
RGB Variations
Color information
#D906D2 (or 0xD906D2) is known color: Deep Magenta. HEX triplet: D9, 06 and D2. RGB value is (217,6,210). Sum of RGB (Red+Green+Blue) = 217+6+210=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D906D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906D2 is #26F92D. Grayscale: #5B5B5B. Windows color (decimal): -2554158 or 13764313. OLE color: 13764313.
HSL color Cylindrical-coordinate representation of color #D906D2: hue angle of 301.99º 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 #D906D2 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 210 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.15 |
| HSL | 301.99º | 0.95% | 0.44% | - |
| HSV(B) | 301.99º | 0.97% | 0.85% | - |
| XYZ | 40.31 | 19.54 | 62.62 | - |
| YUV | 92.35 | 194.4 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 210 | 0 | 0.97 | 0.03 | 0.15 | 301.99 | 0.95 | 0.44 |
| Hex | D9 | 6 | D2 | 0 | 61 | 3 | F | 12E | 5F | 2C |
| Octal | 331 | 6 | 322 | 0 | 141 | 3 | 17 | 456 | 137 | 54 |
| Binary | 11011001 | 110 | 11010010 | 0 | 1100001 | 11 | 1111 | 100101110 | 1011111 | 101100 |
Color Harmonies of #D906D2
Complementary color
Monochromatic Colors of #D906D2
Black with #D906D2
Text Example
Text Example
White with #D906D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906D2; }
p { color: rgb(217,6,210); }
H1.HeaderClassName
{
color: #D906D2;
}
.AnyTagClassName
{
color: #D906D2;
}
</style>
background-color css
<style>
a { background-color: #D906D2; }
a { background-color: rgb(217,6,210); }
div.DivClassName
{
background-color: #D906D2;
}
.BgClassName
{
background-color: #D906D2;
}
</style>
border-color css
<style>
span { border-color: #D906D2; }
span { border-color: rgb(217,6,210); }
td.TdClassName
{
border-color: #D906D2;
}
.TagClassName
{
border-color: #D906D2;
}
</style>