Shades of Deep Magenta #D906C9
Tints of Deep Magenta #D906C9
RGB
CMYK
RGB Variations
Color information
#D906C9 (or 0xD906C9) is known color: Deep Magenta. HEX triplet: D9, 06 and C9. RGB value is (217,6,201). Sum of RGB (Red+Green+Blue) = 217+6+201=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D906C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906C9 is #26F936. Grayscale: #5A5A5A. Windows color (decimal): -2554167 or 13174489. OLE color: 13174489.
HSL color Cylindrical-coordinate representation of color #D906C9: hue angle of 304.55º 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 #D906C9 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 201 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.15 |
| HSL | 304.55º | 0.95% | 0.44% | - |
| HSV(B) | 304.55º | 0.97% | 0.85% | - |
| XYZ | 39.22 | 19.1 | 56.88 | - |
| YUV | 91.32 | 189.9 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 201 | 0 | 0.97 | 0.07 | 0.15 | 304.55 | 0.95 | 0.44 |
| Hex | D9 | 6 | C9 | 0 | 61 | 7 | F | 131 | 5F | 2C |
| Octal | 331 | 6 | 311 | 0 | 141 | 7 | 17 | 461 | 137 | 54 |
| Binary | 11011001 | 110 | 11001001 | 0 | 1100001 | 111 | 1111 | 100110001 | 1011111 | 101100 |
Color Harmonies of #D906C9
Complementary color
Monochromatic Colors of #D906C9
Black with #D906C9
Text Example
Text Example
White with #D906C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906C9; }
p { color: rgb(217,6,201); }
H1.HeaderClassName
{
color: #D906C9;
}
.AnyTagClassName
{
color: #D906C9;
}
</style>
background-color css
<style>
a { background-color: #D906C9; }
a { background-color: rgb(217,6,201); }
div.DivClassName
{
background-color: #D906C9;
}
.BgClassName
{
background-color: #D906C9;
}
</style>
border-color css
<style>
span { border-color: #D906C9; }
span { border-color: rgb(217,6,201); }
td.TdClassName
{
border-color: #D906C9;
}
.TagClassName
{
border-color: #D906C9;
}
</style>