Shades of Medium Violet Red #DD1379
Tints of Medium Violet Red #DD1379
RGB
CMYK
RGB Variations
Color information
#DD1379 (or 0xDD1379) is known color: Medium Violet Red. HEX triplet: DD, 13 and 79. RGB value is (221,19,121). Sum of RGB (Red+Green+Blue) = 221+19+121=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1379 is #22EC86. Grayscale: #5A5A5A. Windows color (decimal): -2288775 or 7934941. OLE color: 7934941.
HSL color Cylindrical-coordinate representation of color #DD1379: hue angle of 329.7º degrees, saturation: 0.84, 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 #DD1379 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 121 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.13 |
| HSL | 329.7º | 0.84% | 0.47% | - |
| HSV(B) | 329.7º | 0.91% | 0.87% | - |
| XYZ | 33.5 | 17.22 | 19.65 | - |
| YUV | 91.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 121 | 0 | 0.91 | 0.45 | 0.13 | 329.7 | 0.84 | 0.47 |
| Hex | DD | 13 | 79 | 0 | 5B | 2D | D | 14A | 54 | 2F |
| Octal | 335 | 23 | 171 | 0 | 133 | 55 | 15 | 512 | 124 | 57 |
| Binary | 11011101 | 10011 | 1111001 | 0 | 1011011 | 101101 | 1101 | 101001010 | 1010100 | 101111 |
Color Harmonies of #DD1379
Complementary color
Monochromatic Colors of #DD1379
Black with #DD1379
Text Example
Text Example
White with #DD1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1379; }
p { color: rgb(221,19,121); }
H1.HeaderClassName
{
color: #DD1379;
}
.AnyTagClassName
{
color: #DD1379;
}
</style>
background-color css
<style>
a { background-color: #DD1379; }
a { background-color: rgb(221,19,121); }
div.DivClassName
{
background-color: #DD1379;
}
.BgClassName
{
background-color: #DD1379;
}
</style>
border-color css
<style>
span { border-color: #DD1379; }
span { border-color: rgb(221,19,121); }
td.TdClassName
{
border-color: #DD1379;
}
.TagClassName
{
border-color: #DD1379;
}
</style>