Shades of Deep Magenta #D908B7
Tints of Deep Magenta #D908B7
RGB
CMYK
RGB Variations
Color information
#D908B7 (or 0xD908B7) is known color: Deep Magenta. HEX triplet: D9, 08 and B7. RGB value is (217,8,183). Sum of RGB (Red+Green+Blue) = 217+8+183=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D908B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908B7 is #26F748. Grayscale: #595959. Windows color (decimal): -2553673 or 11995353. OLE color: 11995353.
HSL color Cylindrical-coordinate representation of color #D908B7: hue angle of 309.76º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D908B7 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 183 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.15 |
| HSL | 309.76º | 0.93% | 0.44% | - |
| HSV(B) | 309.76º | 0.96% | 0.85% | - |
| XYZ | 37.25 | 18.34 | 46.38 | - |
| YUV | 90.44 | 180.24 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 183 | 0 | 0.96 | 0.16 | 0.15 | 309.76 | 0.93 | 0.44 |
| Hex | D9 | 8 | B7 | 0 | 60 | 10 | F | 136 | 5D | 2C |
| Octal | 331 | 10 | 267 | 0 | 140 | 20 | 17 | 466 | 135 | 54 |
| Binary | 11011001 | 1000 | 10110111 | 0 | 1100000 | 10000 | 1111 | 100110110 | 1011101 | 101100 |
Color Harmonies of #D908B7
Complementary color
Monochromatic Colors of #D908B7
Black with #D908B7
Text Example
Text Example
White with #D908B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908B7; }
p { color: rgb(217,8,183); }
H1.HeaderClassName
{
color: #D908B7;
}
.AnyTagClassName
{
color: #D908B7;
}
</style>
background-color css
<style>
a { background-color: #D908B7; }
a { background-color: rgb(217,8,183); }
div.DivClassName
{
background-color: #D908B7;
}
.BgClassName
{
background-color: #D908B7;
}
</style>
border-color css
<style>
span { border-color: #D908B7; }
span { border-color: rgb(217,8,183); }
td.TdClassName
{
border-color: #D908B7;
}
.TagClassName
{
border-color: #D908B7;
}
</style>