Shades of Medium Violet Red #DD1480
Tints of Medium Violet Red #DD1480
RGB
CMYK
RGB Variations
Color information
#DD1480 (or 0xDD1480) is known color: Medium Violet Red. HEX triplet: DD, 14 and 80. RGB value is (221,20,128). Sum of RGB (Red+Green+Blue) = 221+20+128=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1480 is #22EB7F. Grayscale: #5C5C5C. Windows color (decimal): -2288512 or 8393949. OLE color: 8393949.
HSL color Cylindrical-coordinate representation of color #DD1480: hue angle of 327.76º 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 #DD1480 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 128 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.13 |
| HSL | 327.76º | 0.83% | 0.47% | - |
| HSV(B) | 327.76º | 0.91% | 0.87% | - |
| XYZ | 33.97 | 17.43 | 22 | - |
| YUV | 92.41 | 148.09 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 128 | 0 | 0.91 | 0.42 | 0.13 | 327.76 | 0.83 | 0.47 |
| Hex | DD | 14 | 80 | 0 | 5B | 2A | D | 148 | 53 | 2F |
| Octal | 335 | 24 | 200 | 0 | 133 | 52 | 15 | 510 | 123 | 57 |
| Binary | 11011101 | 10100 | 10000000 | 0 | 1011011 | 101010 | 1101 | 101001000 | 1010011 | 101111 |
Color Harmonies of #DD1480
Complementary color
Monochromatic Colors of #DD1480
Black with #DD1480
Text Example
Text Example
White with #DD1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1480; }
p { color: rgb(221,20,128); }
H1.HeaderClassName
{
color: #DD1480;
}
.AnyTagClassName
{
color: #DD1480;
}
</style>
background-color css
<style>
a { background-color: #DD1480; }
a { background-color: rgb(221,20,128); }
div.DivClassName
{
background-color: #DD1480;
}
.BgClassName
{
background-color: #DD1480;
}
</style>
border-color css
<style>
span { border-color: #DD1480; }
span { border-color: rgb(221,20,128); }
td.TdClassName
{
border-color: #DD1480;
}
.TagClassName
{
border-color: #DD1480;
}
</style>