Shades of Deep Magenta #DD10C1
Tints of Deep Magenta #DD10C1
RGB
CMYK
RGB Variations
Color information
#DD10C1 (or 0xDD10C1) is known color: Deep Magenta. HEX triplet: DD, 10 and C1. RGB value is (221,16,193). Sum of RGB (Red+Green+Blue) = 221+16+193=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10C1 is #22EF3E. Grayscale: #606060. Windows color (decimal): -2289471 or 12652765. OLE color: 12652765.
HSL color Cylindrical-coordinate representation of color #DD10C1: hue angle of 308.2º degrees, saturation: 0.86, 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 #DD10C1 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 193 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.13 |
| HSL | 308.2º | 0.86% | 0.46% | - |
| HSV(B) | 308.2º | 0.93% | 0.87% | - |
| XYZ | 39.63 | 19.59 | 52.15 | - |
| YUV | 97.47 | 181.92 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 193 | 0 | 0.93 | 0.13 | 0.13 | 308.2 | 0.86 | 0.46 |
| Hex | DD | 10 | C1 | 0 | 5D | D | D | 134 | 56 | 2E |
| Octal | 335 | 20 | 301 | 0 | 135 | 15 | 15 | 464 | 126 | 56 |
| Binary | 11011101 | 10000 | 11000001 | 0 | 1011101 | 1101 | 1101 | 100110100 | 1010110 | 101110 |
Color Harmonies of #DD10C1
Complementary color
Monochromatic Colors of #DD10C1
Black with #DD10C1
Text Example
Text Example
White with #DD10C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10C1; }
p { color: rgb(221,16,193); }
H1.HeaderClassName
{
color: #DD10C1;
}
.AnyTagClassName
{
color: #DD10C1;
}
</style>
background-color css
<style>
a { background-color: #DD10C1; }
a { background-color: rgb(221,16,193); }
div.DivClassName
{
background-color: #DD10C1;
}
.BgClassName
{
background-color: #DD10C1;
}
</style>
border-color css
<style>
span { border-color: #DD10C1; }
span { border-color: rgb(221,16,193); }
td.TdClassName
{
border-color: #DD10C1;
}
.TagClassName
{
border-color: #DD10C1;
}
</style>