Shades of Deep Magenta #DD14C2
Tints of Deep Magenta #DD14C2
RGB
CMYK
RGB Variations
Color information
#DD14C2 (or 0xDD14C2) is known color: Deep Magenta. HEX triplet: DD, 14 and C2. RGB value is (221,20,194). Sum of RGB (Red+Green+Blue) = 221+20+194=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14C2 is #22EB3D. Grayscale: #636363. Windows color (decimal): -2288446 or 12719325. OLE color: 12719325.
HSL color Cylindrical-coordinate representation of color #DD14C2: hue angle of 308.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD14C2 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 194 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.13 |
| HSL | 308.06º | 0.83% | 0.47% | - |
| HSV(B) | 308.06º | 0.91% | 0.87% | - |
| XYZ | 39.81 | 19.77 | 52.76 | - |
| YUV | 99.94 | 181.09 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 194 | 0 | 0.91 | 0.12 | 0.13 | 308.06 | 0.83 | 0.47 |
| Hex | DD | 14 | C2 | 0 | 5B | C | D | 134 | 53 | 2F |
| Octal | 335 | 24 | 302 | 0 | 133 | 14 | 15 | 464 | 123 | 57 |
| Binary | 11011101 | 10100 | 11000010 | 0 | 1011011 | 1100 | 1101 | 100110100 | 1010011 | 101111 |
Color Harmonies of #DD14C2
Complementary color
Monochromatic Colors of #DD14C2
Black with #DD14C2
Text Example
Text Example
White with #DD14C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14C2; }
p { color: rgb(221,20,194); }
H1.HeaderClassName
{
color: #DD14C2;
}
.AnyTagClassName
{
color: #DD14C2;
}
</style>
background-color css
<style>
a { background-color: #DD14C2; }
a { background-color: rgb(221,20,194); }
div.DivClassName
{
background-color: #DD14C2;
}
.BgClassName
{
background-color: #DD14C2;
}
</style>
border-color css
<style>
span { border-color: #DD14C2; }
span { border-color: rgb(221,20,194); }
td.TdClassName
{
border-color: #DD14C2;
}
.TagClassName
{
border-color: #DD14C2;
}
</style>