Shades of Deep Magenta #D900D0
Tints of Deep Magenta #D900D0
RGB
CMYK
RGB Variations
Color information
#D900D0 (or 0xD900D0) is known color: Deep Magenta. HEX triplet: D9, 00 and D0. RGB value is (217,0,208). Sum of RGB (Red+Green+Blue) = 217+0+208=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D900D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900D0 is #26FF2F. Grayscale: #575757. Windows color (decimal): -2555696 or 13631705. OLE color: 13631705.
HSL color Cylindrical-coordinate representation of color #D900D0: hue angle of 302.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900D0 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.04 | 0.15 |
| HSL | 302.49º | 1% | 0.43% | - |
| HSV(B) | 302.49º | 1% | 0.85% | - |
| XYZ | 40 | 19.31 | 61.29 | - |
| YUV | 88.6 | 195.39 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 208 | 0 | 1 | 0.04 | 0.15 | 302.49 | 1 | 0.43 |
| Hex | D9 | 0 | D0 | 0 | 64 | 4 | F | 12E | 64 | 2B |
| Octal | 331 | 0 | 320 | 0 | 144 | 4 | 17 | 456 | 144 | 53 |
| Binary | 11011001 | 0 | 11010000 | 0 | 1100100 | 100 | 1111 | 100101110 | 1100100 | 101011 |
Color Harmonies of #D900D0
Complementary color
Monochromatic Colors of #D900D0
Black with #D900D0
Text Example
Text Example
White with #D900D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900D0; }
p { color: rgb(217,0,208); }
H1.HeaderClassName
{
color: #D900D0;
}
.AnyTagClassName
{
color: #D900D0;
}
</style>
background-color css
<style>
a { background-color: #D900D0; }
a { background-color: rgb(217,0,208); }
div.DivClassName
{
background-color: #D900D0;
}
.BgClassName
{
background-color: #D900D0;
}
</style>
border-color css
<style>
span { border-color: #D900D0; }
span { border-color: rgb(217,0,208); }
td.TdClassName
{
border-color: #D900D0;
}
.TagClassName
{
border-color: #D900D0;
}
</style>