Shades of Deep Magenta #DD0FCA
Tints of Deep Magenta #DD0FCA
RGB
CMYK
RGB Variations
Color information
#DD0FCA (or 0xDD0FCA) is known color: Deep Magenta. HEX triplet: DD, 0F and CA. RGB value is (221,15,202). Sum of RGB (Red+Green+Blue) = 221+15+202=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FCA is #22F035. Grayscale: #616161. Windows color (decimal): -2289718 or 13242333. OLE color: 13242333.
HSL color Cylindrical-coordinate representation of color #DD0FCA: hue angle of 305.53º 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 #DD0FCA is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 202 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.13 |
| HSL | 305.53º | 0.87% | 0.46% | - |
| HSV(B) | 305.53º | 0.93% | 0.87% | - |
| XYZ | 40.65 | 19.98 | 57.59 | - |
| YUV | 97.91 | 186.75 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 202 | 0 | 0.93 | 0.09 | 0.13 | 305.53 | 0.87 | 0.46 |
| Hex | DD | F | CA | 0 | 5D | 9 | D | 132 | 57 | 2E |
| Octal | 335 | 17 | 312 | 0 | 135 | 11 | 15 | 462 | 127 | 56 |
| Binary | 11011101 | 1111 | 11001010 | 0 | 1011101 | 1001 | 1101 | 100110010 | 1010111 | 101110 |
Color Harmonies of #DD0FCA
Complementary color
Monochromatic Colors of #DD0FCA
Black with #DD0FCA
Text Example
Text Example
White with #DD0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FCA; }
p { color: rgb(221,15,202); }
H1.HeaderClassName
{
color: #DD0FCA;
}
.AnyTagClassName
{
color: #DD0FCA;
}
</style>
background-color css
<style>
a { background-color: #DD0FCA; }
a { background-color: rgb(221,15,202); }
div.DivClassName
{
background-color: #DD0FCA;
}
.BgClassName
{
background-color: #DD0FCA;
}
</style>
border-color css
<style>
span { border-color: #DD0FCA; }
span { border-color: rgb(221,15,202); }
td.TdClassName
{
border-color: #DD0FCA;
}
.TagClassName
{
border-color: #DD0FCA;
}
</style>