Shades of Medium Violet Red #DD1290
Tints of Medium Violet Red #DD1290
RGB
CMYK
RGB Variations
Color information
#DD1290 (or 0xDD1290) is known color: Medium Violet Red. HEX triplet: DD, 12 and 90. RGB value is (221,18,144). Sum of RGB (Red+Green+Blue) = 221+18+144=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1290 is #22ED6F. Grayscale: #5C5C5C. Windows color (decimal): -2289008 or 9442013. OLE color: 9442013.
HSL color Cylindrical-coordinate representation of color #DD1290: hue angle of 322.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1290 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 144 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.13 |
| HSL | 322.76º | 0.85% | 0.47% | - |
| HSV(B) | 322.76º | 0.92% | 0.87% | - |
| XYZ | 35.07 | 17.82 | 27.98 | - |
| YUV | 93.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 144 | 0 | 0.92 | 0.35 | 0.13 | 322.76 | 0.85 | 0.47 |
| Hex | DD | 12 | 90 | 0 | 5C | 23 | D | 143 | 55 | 2F |
| Octal | 335 | 22 | 220 | 0 | 134 | 43 | 15 | 503 | 125 | 57 |
| Binary | 11011101 | 10010 | 10010000 | 0 | 1011100 | 100011 | 1101 | 101000011 | 1010101 | 101111 |
Color Harmonies of #DD1290
Complementary color
Monochromatic Colors of #DD1290
Black with #DD1290
Text Example
Text Example
White with #DD1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1290; }
p { color: rgb(221,18,144); }
H1.HeaderClassName
{
color: #DD1290;
}
.AnyTagClassName
{
color: #DD1290;
}
</style>
background-color css
<style>
a { background-color: #DD1290; }
a { background-color: rgb(221,18,144); }
div.DivClassName
{
background-color: #DD1290;
}
.BgClassName
{
background-color: #DD1290;
}
</style>
border-color css
<style>
span { border-color: #DD1290; }
span { border-color: rgb(221,18,144); }
td.TdClassName
{
border-color: #DD1290;
}
.TagClassName
{
border-color: #DD1290;
}
</style>