Shades of Deep Magenta #D905E2
Tints of Deep Magenta #D905E2
RGB
CMYK
RGB Variations
Color information
#D905E2 (or 0xD905E2) is known color: Deep Magenta. HEX triplet: D9, 05 and E2. RGB value is (217,5,226). Sum of RGB (Red+Green+Blue) = 217+5+226=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #D905E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905E2 is #26FA1D. Grayscale: #5C5C5C. Windows color (decimal): -2554398 or 14812633. OLE color: 14812633.
HSL color Cylindrical-coordinate representation of color #D905E2: hue angle of 297.56º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905E2 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 5 | 226 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.11 |
| HSL | 297.56º | 0.96% | 0.45% | - |
| HSV(B) | 297.56º | 0.98% | 0.89% | - |
| XYZ | 42.4 | 20.35 | 73.65 | - |
| YUV | 93.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 226 | 0.04 | 0.98 | 0 | 0.11 | 297.56 | 0.96 | 0.45 |
| Hex | D9 | 5 | E2 | 4 | 62 | 0 | B | 12A | 60 | 2D |
| Octal | 331 | 5 | 342 | 4 | 142 | 0 | 13 | 452 | 140 | 55 |
| Binary | 11011001 | 101 | 11100010 | 100 | 1100010 | 0 | 1011 | 100101010 | 1100000 | 101101 |
Color Harmonies of #D905E2
Complementary color
Monochromatic Colors of #D905E2
Black with #D905E2
Text Example
Text Example
White with #D905E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905E2; }
p { color: rgb(217,5,226); }
H1.HeaderClassName
{
color: #D905E2;
}
.AnyTagClassName
{
color: #D905E2;
}
</style>
background-color css
<style>
a { background-color: #D905E2; }
a { background-color: rgb(217,5,226); }
div.DivClassName
{
background-color: #D905E2;
}
.BgClassName
{
background-color: #D905E2;
}
</style>
border-color css
<style>
span { border-color: #D905E2; }
span { border-color: rgb(217,5,226); }
td.TdClassName
{
border-color: #D905E2;
}
.TagClassName
{
border-color: #D905E2;
}
</style>