Shades of Deep Magenta #DD0FCE
Tints of Deep Magenta #DD0FCE
RGB
CMYK
RGB Variations
Color information
#DD0FCE (or 0xDD0FCE) is known color: Deep Magenta. HEX triplet: DD, 0F and CE. RGB value is (221,15,206). Sum of RGB (Red+Green+Blue) = 221+15+206=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FCE is #22F031. Grayscale: #616161. Windows color (decimal): -2289714 or 13504477. OLE color: 13504477.
HSL color Cylindrical-coordinate representation of color #DD0FCE: hue angle of 304.37º 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 #DD0FCE is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.13 |
| HSL | 304.37º | 0.87% | 0.46% | - |
| HSV(B) | 304.37º | 0.93% | 0.87% | - |
| XYZ | 41.13 | 20.17 | 60.12 | - |
| YUV | 98.37 | 188.75 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 206 | 0 | 0.93 | 0.07 | 0.13 | 304.37 | 0.87 | 0.46 |
| Hex | DD | F | CE | 0 | 5D | 7 | D | 130 | 57 | 2E |
| Octal | 335 | 17 | 316 | 0 | 135 | 7 | 15 | 460 | 127 | 56 |
| Binary | 11011101 | 1111 | 11001110 | 0 | 1011101 | 111 | 1101 | 100110000 | 1010111 | 101110 |
Color Harmonies of #DD0FCE
Complementary color
Monochromatic Colors of #DD0FCE
Black with #DD0FCE
Text Example
Text Example
White with #DD0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FCE; }
p { color: rgb(221,15,206); }
H1.HeaderClassName
{
color: #DD0FCE;
}
.AnyTagClassName
{
color: #DD0FCE;
}
</style>
background-color css
<style>
a { background-color: #DD0FCE; }
a { background-color: rgb(221,15,206); }
div.DivClassName
{
background-color: #DD0FCE;
}
.BgClassName
{
background-color: #DD0FCE;
}
</style>
border-color css
<style>
span { border-color: #DD0FCE; }
span { border-color: rgb(221,15,206); }
td.TdClassName
{
border-color: #DD0FCE;
}
.TagClassName
{
border-color: #DD0FCE;
}
</style>