Shades of Deep Magenta #D908DD
Tints of Deep Magenta #D908DD
RGB
CMYK
RGB Variations
Color information
#D908DD (or 0xD908DD) is known color: Deep Magenta. HEX triplet: D9, 08 and DD. RGB value is (217,8,221). Sum of RGB (Red+Green+Blue) = 217+8+221=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #D908DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908DD is #26F722. Grayscale: #5E5E5E. Windows color (decimal): -2553635 or 14485721. OLE color: 14485721.
HSL color Cylindrical-coordinate representation of color #D908DD: hue angle of 298.87º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D908DD is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 8 | 221 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.13 |
| HSL | 298.87º | 0.93% | 0.45% | - |
| HSV(B) | 298.87º | 0.96% | 0.87% | - |
| XYZ | 41.75 | 20.15 | 70.09 | - |
| YUV | 94.77 | 199.24 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 221 | 0.02 | 0.96 | 0 | 0.13 | 298.87 | 0.93 | 0.45 |
| Hex | D9 | 8 | DD | 2 | 60 | 0 | D | 12B | 5D | 2D |
| Octal | 331 | 10 | 335 | 2 | 140 | 0 | 15 | 453 | 135 | 55 |
| Binary | 11011001 | 1000 | 11011101 | 10 | 1100000 | 0 | 1101 | 100101011 | 1011101 | 101101 |
Color Harmonies of #D908DD
Complementary color
Monochromatic Colors of #D908DD
Black with #D908DD
Text Example
Text Example
White with #D908DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908DD; }
p { color: rgb(217,8,221); }
H1.HeaderClassName
{
color: #D908DD;
}
.AnyTagClassName
{
color: #D908DD;
}
</style>
background-color css
<style>
a { background-color: #D908DD; }
a { background-color: rgb(217,8,221); }
div.DivClassName
{
background-color: #D908DD;
}
.BgClassName
{
background-color: #D908DD;
}
</style>
border-color css
<style>
span { border-color: #D908DD; }
span { border-color: rgb(217,8,221); }
td.TdClassName
{
border-color: #D908DD;
}
.TagClassName
{
border-color: #D908DD;
}
</style>