Shades of Deep Magenta #DD0FDA
Tints of Deep Magenta #DD0FDA
RGB
CMYK
RGB Variations
Color information
#DD0FDA (or 0xDD0FDA) is known color: Deep Magenta. HEX triplet: DD, 0F and DA. RGB value is (221,15,218). Sum of RGB (Red+Green+Blue) = 221+15+218=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FDA is #22F025. Grayscale: #636363. Windows color (decimal): -2289702 or 14290909. OLE color: 14290909.
HSL color Cylindrical-coordinate representation of color #DD0FDA: hue angle of 300.87º 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 #DD0FDA is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 218 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.13 |
| HSL | 300.87º | 0.87% | 0.46% | - |
| HSV(B) | 300.87º | 0.93% | 0.87% | - |
| XYZ | 42.64 | 20.78 | 68.09 | - |
| YUV | 99.74 | 194.75 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 218 | 0 | 0.93 | 0.01 | 0.13 | 300.87 | 0.87 | 0.46 |
| Hex | DD | F | DA | 0 | 5D | 1 | D | 12D | 57 | 2E |
| Octal | 335 | 17 | 332 | 0 | 135 | 1 | 15 | 455 | 127 | 56 |
| Binary | 11011101 | 1111 | 11011010 | 0 | 1011101 | 1 | 1101 | 100101101 | 1010111 | 101110 |
Color Harmonies of #DD0FDA
Complementary color
Monochromatic Colors of #DD0FDA
Black with #DD0FDA
Text Example
Text Example
White with #DD0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FDA; }
p { color: rgb(221,15,218); }
H1.HeaderClassName
{
color: #DD0FDA;
}
.AnyTagClassName
{
color: #DD0FDA;
}
</style>
background-color css
<style>
a { background-color: #DD0FDA; }
a { background-color: rgb(221,15,218); }
div.DivClassName
{
background-color: #DD0FDA;
}
.BgClassName
{
background-color: #DD0FDA;
}
</style>
border-color css
<style>
span { border-color: #DD0FDA; }
span { border-color: rgb(221,15,218); }
td.TdClassName
{
border-color: #DD0FDA;
}
.TagClassName
{
border-color: #DD0FDA;
}
</style>