Shades of Deep Magenta #D906C5
Tints of Deep Magenta #D906C5
RGB
CMYK
RGB Variations
Color information
#D906C5 (or 0xD906C5) is known color: Deep Magenta. HEX triplet: D9, 06 and C5. RGB value is (217,6,197). Sum of RGB (Red+Green+Blue) = 217+6+197=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D906C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906C5 is #26F93A. Grayscale: #5A5A5A. Windows color (decimal): -2554171 or 12912345. OLE color: 12912345.
HSL color Cylindrical-coordinate representation of color #D906C5: hue angle of 305.69º 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 #D906C5 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 197 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.15 |
| HSL | 305.69º | 0.95% | 0.44% | - |
| HSV(B) | 305.69º | 0.97% | 0.85% | - |
| XYZ | 38.76 | 18.91 | 54.43 | - |
| YUV | 90.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 197 | 0 | 0.97 | 0.09 | 0.15 | 305.69 | 0.95 | 0.44 |
| Hex | D9 | 6 | C5 | 0 | 61 | 9 | F | 132 | 5F | 2C |
| Octal | 331 | 6 | 305 | 0 | 141 | 11 | 17 | 462 | 137 | 54 |
| Binary | 11011001 | 110 | 11000101 | 0 | 1100001 | 1001 | 1111 | 100110010 | 1011111 | 101100 |
Color Harmonies of #D906C5
Complementary color
Monochromatic Colors of #D906C5
Black with #D906C5
Text Example
Text Example
White with #D906C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906C5; }
p { color: rgb(217,6,197); }
H1.HeaderClassName
{
color: #D906C5;
}
.AnyTagClassName
{
color: #D906C5;
}
</style>
background-color css
<style>
a { background-color: #D906C5; }
a { background-color: rgb(217,6,197); }
div.DivClassName
{
background-color: #D906C5;
}
.BgClassName
{
background-color: #D906C5;
}
</style>
border-color css
<style>
span { border-color: #D906C5; }
span { border-color: rgb(217,6,197); }
td.TdClassName
{
border-color: #D906C5;
}
.TagClassName
{
border-color: #D906C5;
}
</style>