Shades of Deep Magenta #D900D4
Tints of Deep Magenta #D900D4
RGB
CMYK
RGB Variations
Color information
#D900D4 (or 0xD900D4) is known color: Deep Magenta. HEX triplet: D9, 00 and D4. RGB value is (217,0,212). Sum of RGB (Red+Green+Blue) = 217+0+212=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D900D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900D4 is #26FF2B. Grayscale: #585858. Windows color (decimal): -2555692 or 13893849. OLE color: 13893849.
HSL color Cylindrical-coordinate representation of color #D900D4: hue angle of 301.38º 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 #D900D4 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 212 | - |
| CMYK | 0 | 1 | 0.02 | 0.15 |
| HSL | 301.38º | 1% | 0.43% | - |
| HSV(B) | 301.38º | 1% | 0.85% | - |
| XYZ | 40.5 | 19.51 | 63.92 | - |
| YUV | 89.05 | 197.39 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 212 | 0 | 1 | 0.02 | 0.15 | 301.38 | 1 | 0.43 |
| Hex | D9 | 0 | D4 | 0 | 64 | 2 | F | 12D | 64 | 2B |
| Octal | 331 | 0 | 324 | 0 | 144 | 2 | 17 | 455 | 144 | 53 |
| Binary | 11011001 | 0 | 11010100 | 0 | 1100100 | 10 | 1111 | 100101101 | 1100100 | 101011 |
Color Harmonies of #D900D4
Complementary color
Monochromatic Colors of #D900D4
Black with #D900D4
Text Example
Text Example
White with #D900D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900D4; }
p { color: rgb(217,0,212); }
H1.HeaderClassName
{
color: #D900D4;
}
.AnyTagClassName
{
color: #D900D4;
}
</style>
background-color css
<style>
a { background-color: #D900D4; }
a { background-color: rgb(217,0,212); }
div.DivClassName
{
background-color: #D900D4;
}
.BgClassName
{
background-color: #D900D4;
}
</style>
border-color css
<style>
span { border-color: #D900D4; }
span { border-color: rgb(217,0,212); }
td.TdClassName
{
border-color: #D900D4;
}
.TagClassName
{
border-color: #D900D4;
}
</style>