Shades of Deep Magenta #D908BF
Tints of Deep Magenta #D908BF
RGB
CMYK
RGB Variations
Color information
#D908BF (or 0xD908BF) is known color: Deep Magenta. HEX triplet: D9, 08 and BF. RGB value is (217,8,191). Sum of RGB (Red+Green+Blue) = 217+8+191=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D908BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908BF is #26F740. Grayscale: #5A5A5A. Windows color (decimal): -2553665 or 12519641. OLE color: 12519641.
HSL color Cylindrical-coordinate representation of color #D908BF: hue angle of 307.46º 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 #D908BF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.15 |
| HSL | 307.46º | 0.93% | 0.44% | - |
| HSV(B) | 307.46º | 0.96% | 0.85% | - |
| XYZ | 38.11 | 18.69 | 50.89 | - |
| YUV | 91.35 | 184.24 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 191 | 0 | 0.96 | 0.12 | 0.15 | 307.46 | 0.93 | 0.44 |
| Hex | D9 | 8 | BF | 0 | 60 | C | F | 133 | 5D | 2C |
| Octal | 331 | 10 | 277 | 0 | 140 | 14 | 17 | 463 | 135 | 54 |
| Binary | 11011001 | 1000 | 10111111 | 0 | 1100000 | 1100 | 1111 | 100110011 | 1011101 | 101100 |
Color Harmonies of #D908BF
Complementary color
Monochromatic Colors of #D908BF
Black with #D908BF
Text Example
Text Example
White with #D908BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908BF; }
p { color: rgb(217,8,191); }
H1.HeaderClassName
{
color: #D908BF;
}
.AnyTagClassName
{
color: #D908BF;
}
</style>
background-color css
<style>
a { background-color: #D908BF; }
a { background-color: rgb(217,8,191); }
div.DivClassName
{
background-color: #D908BF;
}
.BgClassName
{
background-color: #D908BF;
}
</style>
border-color css
<style>
span { border-color: #D908BF; }
span { border-color: rgb(217,8,191); }
td.TdClassName
{
border-color: #D908BF;
}
.TagClassName
{
border-color: #D908BF;
}
</style>