Shades of Deep Magenta #DD0FC7
Tints of Deep Magenta #DD0FC7
RGB
CMYK
RGB Variations
Color information
#DD0FC7 (or 0xDD0FC7) is known color: Deep Magenta. HEX triplet: DD, 0F and C7. RGB value is (221,15,199). Sum of RGB (Red+Green+Blue) = 221+15+199=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FC7 is #22F038. Grayscale: #616161. Windows color (decimal): -2289721 or 13045725. OLE color: 13045725.
HSL color Cylindrical-coordinate representation of color #DD0FC7: hue angle of 306.41º 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 #DD0FC7 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 199 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.13 |
| HSL | 306.41º | 0.87% | 0.46% | - |
| HSV(B) | 306.41º | 0.93% | 0.87% | - |
| XYZ | 40.3 | 19.84 | 55.74 | - |
| YUV | 97.57 | 185.25 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 199 | 0 | 0.93 | 0.10 | 0.13 | 306.41 | 0.87 | 0.46 |
| Hex | DD | F | C7 | 0 | 5D | A | D | 132 | 57 | 2E |
| Octal | 335 | 17 | 307 | 0 | 135 | 12 | 15 | 462 | 127 | 56 |
| Binary | 11011101 | 1111 | 11000111 | 0 | 1011101 | 1010 | 1101 | 100110010 | 1010111 | 101110 |
Color Harmonies of #DD0FC7
Complementary color
Monochromatic Colors of #DD0FC7
Black with #DD0FC7
Text Example
Text Example
White with #DD0FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FC7; }
p { color: rgb(221,15,199); }
H1.HeaderClassName
{
color: #DD0FC7;
}
.AnyTagClassName
{
color: #DD0FC7;
}
</style>
background-color css
<style>
a { background-color: #DD0FC7; }
a { background-color: rgb(221,15,199); }
div.DivClassName
{
background-color: #DD0FC7;
}
.BgClassName
{
background-color: #DD0FC7;
}
</style>
border-color css
<style>
span { border-color: #DD0FC7; }
span { border-color: rgb(221,15,199); }
td.TdClassName
{
border-color: #DD0FC7;
}
.TagClassName
{
border-color: #DD0FC7;
}
</style>