Shades of Deep Magenta #D908D9
Tints of Deep Magenta #D908D9
RGB
CMYK
RGB Variations
Color information
#D908D9 (or 0xD908D9) is known color: Deep Magenta. HEX triplet: D9, 08 and D9. RGB value is (217,8,217). Sum of RGB (Red+Green+Blue) = 217+8+217=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D908D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908D9 is #26F726. Grayscale: #5D5D5D. Windows color (decimal): -2553639 or 14223577. OLE color: 14223577.
HSL color Cylindrical-coordinate representation of color #D908D9: hue angle of 300º 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 #D908D9 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 217 | - |
| CMYK | 0 | 0.96 | 0 | 0.15 |
| HSL | 300º | 0.93% | 0.44% | - |
| HSV(B) | 300º | 0.96% | 0.85% | - |
| XYZ | 41.23 | 19.94 | 67.32 | - |
| YUV | 94.32 | 197.24 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 217 | 0 | 0.96 | 0 | 0.15 | 300 | 0.93 | 0.44 |
| Hex | D9 | 8 | D9 | 0 | 60 | 0 | F | 12C | 5D | 2C |
| Octal | 331 | 10 | 331 | 0 | 140 | 0 | 17 | 454 | 135 | 54 |
| Binary | 11011001 | 1000 | 11011001 | 0 | 1100000 | 0 | 1111 | 100101100 | 1011101 | 101100 |
Color Harmonies of #D908D9
Complementary color
Monochromatic Colors of #D908D9
Black with #D908D9
Text Example
Text Example
White with #D908D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908D9; }
p { color: rgb(217,8,217); }
H1.HeaderClassName
{
color: #D908D9;
}
.AnyTagClassName
{
color: #D908D9;
}
</style>
background-color css
<style>
a { background-color: #D908D9; }
a { background-color: rgb(217,8,217); }
div.DivClassName
{
background-color: #D908D9;
}
.BgClassName
{
background-color: #D908D9;
}
</style>
border-color css
<style>
span { border-color: #D908D9; }
span { border-color: rgb(217,8,217); }
td.TdClassName
{
border-color: #D908D9;
}
.TagClassName
{
border-color: #D908D9;
}
</style>