Shades of Deep Magenta #D00FDD
Tints of Deep Magenta #D00FDD
RGB
CMYK
RGB Variations
Color information
#D00FDD (or 0xD00FDD) is known color: Deep Magenta. HEX triplet: D0, 0F and DD. RGB value is (208,15,221). Sum of RGB (Red+Green+Blue) = 208+15+221=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #D00FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FDD is #2FF022. Grayscale: #5F5F5F. Windows color (decimal): -3141667 or 14487504. OLE color: 14487504.
HSL color Cylindrical-coordinate representation of color #D00FDD: hue angle of 296.21º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FDD is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 15 | 221 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.13 |
| HSL | 296.21º | 0.87% | 0.46% | - |
| HSV(B) | 296.21º | 0.93% | 0.87% | - |
| XYZ | 39.23 | 18.97 | 70 | - |
| YUV | 96.19 | 198.44 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 221 | 0.06 | 0.93 | 0 | 0.13 | 296.21 | 0.87 | 0.46 |
| Hex | D0 | F | DD | 6 | 5D | 0 | D | 128 | 57 | 2E |
| Octal | 320 | 17 | 335 | 6 | 135 | 0 | 15 | 450 | 127 | 56 |
| Binary | 11010000 | 1111 | 11011101 | 110 | 1011101 | 0 | 1101 | 100101000 | 1010111 | 101110 |
Color Harmonies of #D00FDD
Complementary color
Monochromatic Colors of #D00FDD
Black with #D00FDD
Text Example
Text Example
White with #D00FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FDD; }
p { color: rgb(208,15,221); }
H1.HeaderClassName
{
color: #D00FDD;
}
.AnyTagClassName
{
color: #D00FDD;
}
</style>
background-color css
<style>
a { background-color: #D00FDD; }
a { background-color: rgb(208,15,221); }
div.DivClassName
{
background-color: #D00FDD;
}
.BgClassName
{
background-color: #D00FDD;
}
</style>
border-color css
<style>
span { border-color: #D00FDD; }
span { border-color: rgb(208,15,221); }
td.TdClassName
{
border-color: #D00FDD;
}
.TagClassName
{
border-color: #D00FDD;
}
</style>