Shades of Medium Violet Red #DD1385
Tints of Medium Violet Red #DD1385
RGB
CMYK
RGB Variations
Color information
#DD1385 (or 0xDD1385) is known color: Medium Violet Red. HEX triplet: DD, 13 and 85. RGB value is (221,19,133). Sum of RGB (Red+Green+Blue) = 221+19+133=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1385 is #22EC7A. Grayscale: #5C5C5C. Windows color (decimal): -2288763 or 8721373. OLE color: 8721373.
HSL color Cylindrical-coordinate representation of color #DD1385: hue angle of 326.14º 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 #DD1385 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 133 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.13 |
| HSL | 326.14º | 0.84% | 0.47% | - |
| HSV(B) | 326.14º | 0.91% | 0.87% | - |
| XYZ | 34.29 | 17.53 | 23.77 | - |
| YUV | 92.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 133 | 0 | 0.91 | 0.40 | 0.13 | 326.14 | 0.84 | 0.47 |
| Hex | DD | 13 | 85 | 0 | 5B | 28 | D | 146 | 54 | 2F |
| Octal | 335 | 23 | 205 | 0 | 133 | 50 | 15 | 506 | 124 | 57 |
| Binary | 11011101 | 10011 | 10000101 | 0 | 1011011 | 101000 | 1101 | 101000110 | 1010100 | 101111 |
Color Harmonies of #DD1385
Complementary color
Monochromatic Colors of #DD1385
Black with #DD1385
Text Example
Text Example
White with #DD1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1385; }
p { color: rgb(221,19,133); }
H1.HeaderClassName
{
color: #DD1385;
}
.AnyTagClassName
{
color: #DD1385;
}
</style>
background-color css
<style>
a { background-color: #DD1385; }
a { background-color: rgb(221,19,133); }
div.DivClassName
{
background-color: #DD1385;
}
.BgClassName
{
background-color: #DD1385;
}
</style>
border-color css
<style>
span { border-color: #DD1385; }
span { border-color: rgb(221,19,133); }
td.TdClassName
{
border-color: #DD1385;
}
.TagClassName
{
border-color: #DD1385;
}
</style>