Shades of Deep Magenta #D906BE
Tints of Deep Magenta #D906BE
RGB
CMYK
RGB Variations
Color information
#D906BE (or 0xD906BE) is known color: Deep Magenta. HEX triplet: D9, 06 and BE. RGB value is (217,6,190). Sum of RGB (Red+Green+Blue) = 217+6+190=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D906BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906BE is #26F941. Grayscale: #595959. Windows color (decimal): -2554178 or 12453593. OLE color: 12453593.
HSL color Cylindrical-coordinate representation of color #D906BE: hue angle of 307.68º 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 #D906BE is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.15 |
| HSL | 307.68º | 0.95% | 0.44% | - |
| HSV(B) | 307.68º | 0.97% | 0.85% | - |
| XYZ | 37.97 | 18.6 | 50.3 | - |
| YUV | 90.07 | 184.4 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 190 | 0 | 0.97 | 0.12 | 0.15 | 307.68 | 0.95 | 0.44 |
| Hex | D9 | 6 | BE | 0 | 61 | C | F | 134 | 5F | 2C |
| Octal | 331 | 6 | 276 | 0 | 141 | 14 | 17 | 464 | 137 | 54 |
| Binary | 11011001 | 110 | 10111110 | 0 | 1100001 | 1100 | 1111 | 100110100 | 1011111 | 101100 |
Color Harmonies of #D906BE
Complementary color
Monochromatic Colors of #D906BE
Black with #D906BE
Text Example
Text Example
White with #D906BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906BE; }
p { color: rgb(217,6,190); }
H1.HeaderClassName
{
color: #D906BE;
}
.AnyTagClassName
{
color: #D906BE;
}
</style>
background-color css
<style>
a { background-color: #D906BE; }
a { background-color: rgb(217,6,190); }
div.DivClassName
{
background-color: #D906BE;
}
.BgClassName
{
background-color: #D906BE;
}
</style>
border-color css
<style>
span { border-color: #D906BE; }
span { border-color: rgb(217,6,190); }
td.TdClassName
{
border-color: #D906BE;
}
.TagClassName
{
border-color: #D906BE;
}
</style>