Shades of Deep Magenta #DD0FC1
Tints of Deep Magenta #DD0FC1
RGB
CMYK
RGB Variations
Color information
#DD0FC1 (or 0xDD0FC1) is known color: Deep Magenta. HEX triplet: DD, 0F and C1. RGB value is (221,15,193). Sum of RGB (Red+Green+Blue) = 221+15+193=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FC1 is #22F03E. Grayscale: #606060. Windows color (decimal): -2289727 or 12652509. OLE color: 12652509.
HSL color Cylindrical-coordinate representation of color #DD0FC1: hue angle of 308.16º 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 #DD0FC1 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 193 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.13 |
| HSL | 308.16º | 0.87% | 0.46% | - |
| HSV(B) | 308.16º | 0.93% | 0.87% | - |
| XYZ | 39.62 | 19.56 | 52.14 | - |
| YUV | 96.89 | 182.25 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 193 | 0 | 0.93 | 0.13 | 0.13 | 308.16 | 0.87 | 0.46 |
| Hex | DD | F | C1 | 0 | 5D | D | D | 134 | 57 | 2E |
| Octal | 335 | 17 | 301 | 0 | 135 | 15 | 15 | 464 | 127 | 56 |
| Binary | 11011101 | 1111 | 11000001 | 0 | 1011101 | 1101 | 1101 | 100110100 | 1010111 | 101110 |
Color Harmonies of #DD0FC1
Complementary color
Monochromatic Colors of #DD0FC1
Black with #DD0FC1
Text Example
Text Example
White with #DD0FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FC1; }
p { color: rgb(221,15,193); }
H1.HeaderClassName
{
color: #DD0FC1;
}
.AnyTagClassName
{
color: #DD0FC1;
}
</style>
background-color css
<style>
a { background-color: #DD0FC1; }
a { background-color: rgb(221,15,193); }
div.DivClassName
{
background-color: #DD0FC1;
}
.BgClassName
{
background-color: #DD0FC1;
}
</style>
border-color css
<style>
span { border-color: #DD0FC1; }
span { border-color: rgb(221,15,193); }
td.TdClassName
{
border-color: #DD0FC1;
}
.TagClassName
{
border-color: #DD0FC1;
}
</style>