Shades of Deep Magenta #D009DF
Tints of Deep Magenta #D009DF
RGB
CMYK
RGB Variations
Color information
#D009DF (or 0xD009DF) is known color: Deep Magenta. HEX triplet: D0, 09 and DF. RGB value is (208,9,223). Sum of RGB (Red+Green+Blue) = 208+9+223=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #D009DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009DF is #2FF620. Grayscale: #5C5C5C. Windows color (decimal): -3143201 or 14617040. OLE color: 14617040.
HSL color Cylindrical-coordinate representation of color #D009DF: hue angle of 295.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009DF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 9 | 223 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.13 |
| HSL | 295.79º | 0.92% | 0.45% | - |
| HSV(B) | 295.79º | 0.96% | 0.87% | - |
| XYZ | 39.43 | 18.93 | 71.39 | - |
| YUV | 92.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 223 | 0.07 | 0.96 | 0 | 0.13 | 295.79 | 0.92 | 0.45 |
| Hex | D0 | 9 | DF | 7 | 60 | 0 | D | 128 | 5C | 2D |
| Octal | 320 | 11 | 337 | 7 | 140 | 0 | 15 | 450 | 134 | 55 |
| Binary | 11010000 | 1001 | 11011111 | 111 | 1100000 | 0 | 1101 | 100101000 | 1011100 | 101101 |
Color Harmonies of #D009DF
Complementary color
Monochromatic Colors of #D009DF
Black with #D009DF
Text Example
Text Example
White with #D009DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009DF; }
p { color: rgb(208,9,223); }
H1.HeaderClassName
{
color: #D009DF;
}
.AnyTagClassName
{
color: #D009DF;
}
</style>
background-color css
<style>
a { background-color: #D009DF; }
a { background-color: rgb(208,9,223); }
div.DivClassName
{
background-color: #D009DF;
}
.BgClassName
{
background-color: #D009DF;
}
</style>
border-color css
<style>
span { border-color: #D009DF; }
span { border-color: rgb(208,9,223); }
td.TdClassName
{
border-color: #D009DF;
}
.TagClassName
{
border-color: #D009DF;
}
</style>