Shades of Deep Magenta #D00DDF
Tints of Deep Magenta #D00DDF
RGB
CMYK
RGB Variations
Color information
#D00DDF (or 0xD00DDF) is known color: Deep Magenta. HEX triplet: D0, 0D and DF. RGB value is (208,13,223). Sum of RGB (Red+Green+Blue) = 208+13+223=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D00DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DDF is #2FF220. Grayscale: #5E5E5E. Windows color (decimal): -3142177 or 14618064. OLE color: 14618064.
HSL color Cylindrical-coordinate representation of color #D00DDF: hue angle of 295.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DDF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 13 | 223 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.13 |
| HSL | 295.71º | 0.89% | 0.46% | - |
| HSV(B) | 295.71º | 0.94% | 0.87% | - |
| XYZ | 39.48 | 19.03 | 71.4 | - |
| YUV | 95.25 | 200.1 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 223 | 0.07 | 0.94 | 0 | 0.13 | 295.71 | 0.89 | 0.46 |
| Hex | D0 | D | DF | 7 | 5E | 0 | D | 128 | 59 | 2E |
| Octal | 320 | 15 | 337 | 7 | 136 | 0 | 15 | 450 | 131 | 56 |
| Binary | 11010000 | 1101 | 11011111 | 111 | 1011110 | 0 | 1101 | 100101000 | 1011001 | 101110 |
Color Harmonies of #D00DDF
Complementary color
Monochromatic Colors of #D00DDF
Black with #D00DDF
Text Example
Text Example
White with #D00DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DDF; }
p { color: rgb(208,13,223); }
H1.HeaderClassName
{
color: #D00DDF;
}
.AnyTagClassName
{
color: #D00DDF;
}
</style>
background-color css
<style>
a { background-color: #D00DDF; }
a { background-color: rgb(208,13,223); }
div.DivClassName
{
background-color: #D00DDF;
}
.BgClassName
{
background-color: #D00DDF;
}
</style>
border-color css
<style>
span { border-color: #D00DDF; }
span { border-color: rgb(208,13,223); }
td.TdClassName
{
border-color: #D00DDF;
}
.TagClassName
{
border-color: #D00DDF;
}
</style>