Shades of Deep Magenta #DD0FCF
Tints of Deep Magenta #DD0FCF
RGB
CMYK
RGB Variations
Color information
#DD0FCF (or 0xDD0FCF) is known color: Deep Magenta. HEX triplet: DD, 0F and CF. RGB value is (221,15,207). Sum of RGB (Red+Green+Blue) = 221+15+207=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FCF is #22F030. Grayscale: #616161. Windows color (decimal): -2289713 or 13570013. OLE color: 13570013.
HSL color Cylindrical-coordinate representation of color #DD0FCF: hue angle of 304.08º 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 #DD0FCF is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.13 |
| HSL | 304.08º | 0.87% | 0.46% | - |
| HSV(B) | 304.08º | 0.93% | 0.87% | - |
| XYZ | 41.25 | 20.22 | 60.76 | - |
| YUV | 98.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 207 | 0 | 0.93 | 0.06 | 0.13 | 304.08 | 0.87 | 0.46 |
| Hex | DD | F | CF | 0 | 5D | 6 | D | 130 | 57 | 2E |
| Octal | 335 | 17 | 317 | 0 | 135 | 6 | 15 | 460 | 127 | 56 |
| Binary | 11011101 | 1111 | 11001111 | 0 | 1011101 | 110 | 1101 | 100110000 | 1010111 | 101110 |
Color Harmonies of #DD0FCF
Complementary color
Monochromatic Colors of #DD0FCF
Black with #DD0FCF
Text Example
Text Example
White with #DD0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FCF; }
p { color: rgb(221,15,207); }
H1.HeaderClassName
{
color: #DD0FCF;
}
.AnyTagClassName
{
color: #DD0FCF;
}
</style>
background-color css
<style>
a { background-color: #DD0FCF; }
a { background-color: rgb(221,15,207); }
div.DivClassName
{
background-color: #DD0FCF;
}
.BgClassName
{
background-color: #DD0FCF;
}
</style>
border-color css
<style>
span { border-color: #DD0FCF; }
span { border-color: rgb(221,15,207); }
td.TdClassName
{
border-color: #DD0FCF;
}
.TagClassName
{
border-color: #DD0FCF;
}
</style>