Shades of Deep Magenta #D906BA
Tints of Deep Magenta #D906BA
RGB
CMYK
RGB Variations
Color information
#D906BA (or 0xD906BA) is known color: Deep Magenta. HEX triplet: D9, 06 and BA. RGB value is (217,6,186). Sum of RGB (Red+Green+Blue) = 217+6+186=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D906BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906BA is #26F945. Grayscale: #595959. Windows color (decimal): -2554182 or 12191449. OLE color: 12191449.
HSL color Cylindrical-coordinate representation of color #D906BA: hue angle of 308.82º 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 #D906BA is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.15 |
| HSL | 308.82º | 0.95% | 0.44% | - |
| HSV(B) | 308.82º | 0.97% | 0.85% | - |
| XYZ | 37.54 | 18.43 | 48.03 | - |
| YUV | 89.61 | 182.4 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 186 | 0 | 0.97 | 0.14 | 0.15 | 308.82 | 0.95 | 0.44 |
| Hex | D9 | 6 | BA | 0 | 61 | E | F | 135 | 5F | 2C |
| Octal | 331 | 6 | 272 | 0 | 141 | 16 | 17 | 465 | 137 | 54 |
| Binary | 11011001 | 110 | 10111010 | 0 | 1100001 | 1110 | 1111 | 100110101 | 1011111 | 101100 |
Color Harmonies of #D906BA
Complementary color
Monochromatic Colors of #D906BA
Black with #D906BA
Text Example
Text Example
White with #D906BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906BA; }
p { color: rgb(217,6,186); }
H1.HeaderClassName
{
color: #D906BA;
}
.AnyTagClassName
{
color: #D906BA;
}
</style>
background-color css
<style>
a { background-color: #D906BA; }
a { background-color: rgb(217,6,186); }
div.DivClassName
{
background-color: #D906BA;
}
.BgClassName
{
background-color: #D906BA;
}
</style>
border-color css
<style>
span { border-color: #D906BA; }
span { border-color: rgb(217,6,186); }
td.TdClassName
{
border-color: #D906BA;
}
.TagClassName
{
border-color: #D906BA;
}
</style>