Shades of Deep Magenta #D908D3
Tints of Deep Magenta #D908D3
RGB
CMYK
RGB Variations
Color information
#D908D3 (or 0xD908D3) is known color: Deep Magenta. HEX triplet: D9, 08 and D3. RGB value is (217,8,211). Sum of RGB (Red+Green+Blue) = 217+8+211=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D908D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908D3 is #26F72C. Grayscale: #5D5D5D. Windows color (decimal): -2553645 or 13830361. OLE color: 13830361.
HSL color Cylindrical-coordinate representation of color #D908D3: hue angle of 301.72º 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 #D908D3 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 211 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.15 |
| HSL | 301.72º | 0.93% | 0.44% | - |
| HSV(B) | 301.72º | 0.96% | 0.85% | - |
| XYZ | 40.46 | 19.63 | 63.28 | - |
| YUV | 93.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 211 | 0 | 0.96 | 0.03 | 0.15 | 301.72 | 0.93 | 0.44 |
| Hex | D9 | 8 | D3 | 0 | 60 | 3 | F | 12E | 5D | 2C |
| Octal | 331 | 10 | 323 | 0 | 140 | 3 | 17 | 456 | 135 | 54 |
| Binary | 11011001 | 1000 | 11010011 | 0 | 1100000 | 11 | 1111 | 100101110 | 1011101 | 101100 |
Color Harmonies of #D908D3
Complementary color
Monochromatic Colors of #D908D3
Black with #D908D3
Text Example
Text Example
White with #D908D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908D3; }
p { color: rgb(217,8,211); }
H1.HeaderClassName
{
color: #D908D3;
}
.AnyTagClassName
{
color: #D908D3;
}
</style>
background-color css
<style>
a { background-color: #D908D3; }
a { background-color: rgb(217,8,211); }
div.DivClassName
{
background-color: #D908D3;
}
.BgClassName
{
background-color: #D908D3;
}
</style>
border-color css
<style>
span { border-color: #D908D3; }
span { border-color: rgb(217,8,211); }
td.TdClassName
{
border-color: #D908D3;
}
.TagClassName
{
border-color: #D908D3;
}
</style>