Shades of Deep Magenta #D906C6
Tints of Deep Magenta #D906C6
RGB
CMYK
RGB Variations
Color information
#D906C6 (or 0xD906C6) is known color: Deep Magenta. HEX triplet: D9, 06 and C6. RGB value is (217,6,198). Sum of RGB (Red+Green+Blue) = 217+6+198=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D906C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906C6 is #26F939. Grayscale: #5A5A5A. Windows color (decimal): -2554170 or 12977881. OLE color: 12977881.
HSL color Cylindrical-coordinate representation of color #D906C6: hue angle of 305.4º 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 #D906C6 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 198 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.15 |
| HSL | 305.4º | 0.95% | 0.44% | - |
| HSV(B) | 305.4º | 0.97% | 0.85% | - |
| XYZ | 38.87 | 18.96 | 55.04 | - |
| YUV | 90.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 198 | 0 | 0.97 | 0.09 | 0.15 | 305.4 | 0.95 | 0.44 |
| Hex | D9 | 6 | C6 | 0 | 61 | 9 | F | 131 | 5F | 2C |
| Octal | 331 | 6 | 306 | 0 | 141 | 11 | 17 | 461 | 137 | 54 |
| Binary | 11011001 | 110 | 11000110 | 0 | 1100001 | 1001 | 1111 | 100110001 | 1011111 | 101100 |
Color Harmonies of #D906C6
Complementary color
Monochromatic Colors of #D906C6
Black with #D906C6
Text Example
Text Example
White with #D906C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906C6; }
p { color: rgb(217,6,198); }
H1.HeaderClassName
{
color: #D906C6;
}
.AnyTagClassName
{
color: #D906C6;
}
</style>
background-color css
<style>
a { background-color: #D906C6; }
a { background-color: rgb(217,6,198); }
div.DivClassName
{
background-color: #D906C6;
}
.BgClassName
{
background-color: #D906C6;
}
</style>
border-color css
<style>
span { border-color: #D906C6; }
span { border-color: rgb(217,6,198); }
td.TdClassName
{
border-color: #D906C6;
}
.TagClassName
{
border-color: #D906C6;
}
</style>