Shades of Deep Magenta #D906B2
Tints of Deep Magenta #D906B2
RGB
CMYK
RGB Variations
Color information
#D906B2 (or 0xD906B2) is known color: Deep Magenta. HEX triplet: D9, 06 and B2. RGB value is (217,6,178). Sum of RGB (Red+Green+Blue) = 217+6+178=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D906B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D906B2 is #26F94D. Grayscale: #585858. Windows color (decimal): -2554190 or 11667161. OLE color: 11667161.
HSL color Cylindrical-coordinate representation of color #D906B2: hue angle of 311.09º 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 #D906B2 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.15 |
| HSL | 311.09º | 0.95% | 0.44% | - |
| HSV(B) | 311.09º | 0.97% | 0.85% | - |
| XYZ | 36.72 | 18.1 | 43.68 | - |
| YUV | 88.7 | 178.4 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 178 | 0 | 0.97 | 0.18 | 0.15 | 311.09 | 0.95 | 0.44 |
| Hex | D9 | 6 | B2 | 0 | 61 | 12 | F | 137 | 5F | 2C |
| Octal | 331 | 6 | 262 | 0 | 141 | 22 | 17 | 467 | 137 | 54 |
| Binary | 11011001 | 110 | 10110010 | 0 | 1100001 | 10010 | 1111 | 100110111 | 1011111 | 101100 |
Color Harmonies of #D906B2
Complementary color
Monochromatic Colors of #D906B2
Black with #D906B2
Text Example
Text Example
White with #D906B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906B2; }
p { color: rgb(217,6,178); }
H1.HeaderClassName
{
color: #D906B2;
}
.AnyTagClassName
{
color: #D906B2;
}
</style>
background-color css
<style>
a { background-color: #D906B2; }
a { background-color: rgb(217,6,178); }
div.DivClassName
{
background-color: #D906B2;
}
.BgClassName
{
background-color: #D906B2;
}
</style>
border-color css
<style>
span { border-color: #D906B2; }
span { border-color: rgb(217,6,178); }
td.TdClassName
{
border-color: #D906B2;
}
.TagClassName
{
border-color: #D906B2;
}
</style>