Shades of Deep Magenta #D908B2
Tints of Deep Magenta #D908B2
RGB
CMYK
RGB Variations
Color information
#D908B2 (or 0xD908B2) is known color: Deep Magenta. HEX triplet: D9, 08 and B2. RGB value is (217,8,178). Sum of RGB (Red+Green+Blue) = 217+8+178=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D908B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D908B2 is #26F74D. Grayscale: #595959. Windows color (decimal): -2553678 or 11667673. OLE color: 11667673.
HSL color Cylindrical-coordinate representation of color #D908B2: hue angle of 311.2º 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 #D908B2 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 178 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.15 |
| HSL | 311.2º | 0.93% | 0.44% | - |
| HSV(B) | 311.2º | 0.96% | 0.85% | - |
| XYZ | 36.74 | 18.14 | 43.68 | - |
| YUV | 89.87 | 177.74 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 178 | 0 | 0.96 | 0.18 | 0.15 | 311.2 | 0.93 | 0.44 |
| Hex | D9 | 8 | B2 | 0 | 60 | 12 | F | 137 | 5D | 2C |
| Octal | 331 | 10 | 262 | 0 | 140 | 22 | 17 | 467 | 135 | 54 |
| Binary | 11011001 | 1000 | 10110010 | 0 | 1100000 | 10010 | 1111 | 100110111 | 1011101 | 101100 |
Color Harmonies of #D908B2
Complementary color
Monochromatic Colors of #D908B2
Black with #D908B2
Text Example
Text Example
White with #D908B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908B2; }
p { color: rgb(217,8,178); }
H1.HeaderClassName
{
color: #D908B2;
}
.AnyTagClassName
{
color: #D908B2;
}
</style>
background-color css
<style>
a { background-color: #D908B2; }
a { background-color: rgb(217,8,178); }
div.DivClassName
{
background-color: #D908B2;
}
.BgClassName
{
background-color: #D908B2;
}
</style>
border-color css
<style>
span { border-color: #D908B2; }
span { border-color: rgb(217,8,178); }
td.TdClassName
{
border-color: #D908B2;
}
.TagClassName
{
border-color: #D908B2;
}
</style>