Shades of Deep Magenta #D009E5
Tints of Deep Magenta #D009E5
RGB
CMYK
RGB Variations
Color information
#D009E5 (or 0xD009E5) is known color: Deep Magenta. HEX triplet: D0, 09 and E5. RGB value is (208,9,229). Sum of RGB (Red+Green+Blue) = 208+9+229=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #D009E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009E5 is #2FF61A. Grayscale: #5C5C5C. Windows color (decimal): -3143195 or 15010256. OLE color: 15010256.
HSL color Cylindrical-coordinate representation of color #D009E5: hue angle of 294.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009E5 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 9 | 229 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.10 |
| HSL | 294.27º | 0.92% | 0.47% | - |
| HSV(B) | 294.27º | 0.96% | 0.9% | - |
| XYZ | 40.25 | 19.26 | 75.73 | - |
| YUV | 93.58 | 204.43 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 229 | 0.09 | 0.96 | 0 | 0.10 | 294.27 | 0.92 | 0.47 |
| Hex | D0 | 9 | E5 | 9 | 60 | 0 | A | 126 | 5C | 2F |
| Octal | 320 | 11 | 345 | 11 | 140 | 0 | 12 | 446 | 134 | 57 |
| Binary | 11010000 | 1001 | 11100101 | 1001 | 1100000 | 0 | 1010 | 100100110 | 1011100 | 101111 |
Color Harmonies of #D009E5
Complementary color
Monochromatic Colors of #D009E5
Black with #D009E5
Text Example
Text Example
White with #D009E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009E5; }
p { color: rgb(208,9,229); }
H1.HeaderClassName
{
color: #D009E5;
}
.AnyTagClassName
{
color: #D009E5;
}
</style>
background-color css
<style>
a { background-color: #D009E5; }
a { background-color: rgb(208,9,229); }
div.DivClassName
{
background-color: #D009E5;
}
.BgClassName
{
background-color: #D009E5;
}
</style>
border-color css
<style>
span { border-color: #D009E5; }
span { border-color: rgb(208,9,229); }
td.TdClassName
{
border-color: #D009E5;
}
.TagClassName
{
border-color: #D009E5;
}
</style>