Shades of Deep Magenta #DD00C1
Tints of Deep Magenta #DD00C1
RGB
CMYK
RGB Variations
Color information
#DD00C1 (or 0xDD00C1) is known color: Deep Magenta. HEX triplet: DD, 00 and C1. RGB value is (221,0,193). Sum of RGB (Red+Green+Blue) = 221+0+193=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00C1 is #22FF3E. Grayscale: #575757. Windows color (decimal): -2293567 or 12648669. OLE color: 12648669.
HSL color Cylindrical-coordinate representation of color #DD00C1: hue angle of 307.6º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00C1 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.13 | 0.13 |
| HSL | 307.6º | 1% | 0.43% | - |
| HSV(B) | 307.6º | 1% | 0.87% | - |
| XYZ | 39.44 | 19.22 | 52.08 | - |
| YUV | 88.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 193 | 0 | 1 | 0.13 | 0.13 | 307.6 | 1 | 0.43 |
| Hex | DD | 0 | C1 | 0 | 64 | D | D | 134 | 64 | 2B |
| Octal | 335 | 0 | 301 | 0 | 144 | 15 | 15 | 464 | 144 | 53 |
| Binary | 11011101 | 0 | 11000001 | 0 | 1100100 | 1101 | 1101 | 100110100 | 1100100 | 101011 |
Color Harmonies of #DD00C1
Complementary color
Monochromatic Colors of #DD00C1
Black with #DD00C1
Text Example
Text Example
White with #DD00C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00C1; }
p { color: rgb(221,0,193); }
H1.HeaderClassName
{
color: #DD00C1;
}
.AnyTagClassName
{
color: #DD00C1;
}
</style>
background-color css
<style>
a { background-color: #DD00C1; }
a { background-color: rgb(221,0,193); }
div.DivClassName
{
background-color: #DD00C1;
}
.BgClassName
{
background-color: #DD00C1;
}
</style>
border-color css
<style>
span { border-color: #DD00C1; }
span { border-color: rgb(221,0,193); }
td.TdClassName
{
border-color: #DD00C1;
}
.TagClassName
{
border-color: #DD00C1;
}
</style>