Shades of Deep Magenta #D906C0
Tints of Deep Magenta #D906C0
RGB
CMYK
RGB Variations
Color information
#D906C0 (or 0xD906C0) is known color: Deep Magenta. HEX triplet: D9, 06 and C0. RGB value is (217,6,192). Sum of RGB (Red+Green+Blue) = 217+6+192=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D906C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906C0 is #26F93F. Grayscale: #595959. Windows color (decimal): -2554176 or 12584665. OLE color: 12584665.
HSL color Cylindrical-coordinate representation of color #D906C0: hue angle of 307.11º 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 #D906C0 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 192 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.15 |
| HSL | 307.11º | 0.95% | 0.44% | - |
| HSV(B) | 307.11º | 0.97% | 0.85% | - |
| XYZ | 38.19 | 18.69 | 51.46 | - |
| YUV | 90.29 | 185.4 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 192 | 0 | 0.97 | 0.12 | 0.15 | 307.11 | 0.95 | 0.44 |
| Hex | D9 | 6 | C0 | 0 | 61 | C | F | 133 | 5F | 2C |
| Octal | 331 | 6 | 300 | 0 | 141 | 14 | 17 | 463 | 137 | 54 |
| Binary | 11011001 | 110 | 11000000 | 0 | 1100001 | 1100 | 1111 | 100110011 | 1011111 | 101100 |
Color Harmonies of #D906C0
Complementary color
Monochromatic Colors of #D906C0
Black with #D906C0
Text Example
Text Example
White with #D906C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906C0; }
p { color: rgb(217,6,192); }
H1.HeaderClassName
{
color: #D906C0;
}
.AnyTagClassName
{
color: #D906C0;
}
</style>
background-color css
<style>
a { background-color: #D906C0; }
a { background-color: rgb(217,6,192); }
div.DivClassName
{
background-color: #D906C0;
}
.BgClassName
{
background-color: #D906C0;
}
</style>
border-color css
<style>
span { border-color: #D906C0; }
span { border-color: rgb(217,6,192); }
td.TdClassName
{
border-color: #D906C0;
}
.TagClassName
{
border-color: #D906C0;
}
</style>