Shades of Medium Violet Red #DD1CA0
Tints of Medium Violet Red #DD1CA0
RGB
CMYK
RGB Variations
Color information
#DD1CA0 (or 0xDD1CA0) is known color: Medium Violet Red. HEX triplet: DD, 1C and A0. RGB value is (221,28,160). Sum of RGB (Red+Green+Blue) = 221+28+160=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1CA0 is #22E35F. Grayscale: #646464. Windows color (decimal): -2286432 or 10493149. OLE color: 10493149.
HSL color Cylindrical-coordinate representation of color #DD1CA0: hue angle of 318.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CA0 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 160 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.13 |
| HSL | 318.96º | 0.78% | 0.49% | - |
| HSV(B) | 318.96º | 0.87% | 0.87% | - |
| XYZ | 36.58 | 18.74 | 34.95 | - |
| YUV | 100.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 160 | 0 | 0.87 | 0.28 | 0.13 | 318.96 | 0.78 | 0.49 |
| Hex | DD | 1C | A0 | 0 | 57 | 1C | D | 13F | 4E | 31 |
| Octal | 335 | 34 | 240 | 0 | 127 | 34 | 15 | 477 | 116 | 61 |
| Binary | 11011101 | 11100 | 10100000 | 0 | 1010111 | 11100 | 1101 | 100111111 | 1001110 | 110001 |
Color Harmonies of #DD1CA0
Complementary color
Monochromatic Colors of #DD1CA0
Black with #DD1CA0
Text Example
Text Example
White with #DD1CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CA0; }
p { color: rgb(221,28,160); }
H1.HeaderClassName
{
color: #DD1CA0;
}
.AnyTagClassName
{
color: #DD1CA0;
}
</style>
background-color css
<style>
a { background-color: #DD1CA0; }
a { background-color: rgb(221,28,160); }
div.DivClassName
{
background-color: #DD1CA0;
}
.BgClassName
{
background-color: #DD1CA0;
}
</style>
border-color css
<style>
span { border-color: #DD1CA0; }
span { border-color: rgb(221,28,160); }
td.TdClassName
{
border-color: #DD1CA0;
}
.TagClassName
{
border-color: #DD1CA0;
}
</style>