Shades of Medium Violet Red #DD0685
Tints of Medium Violet Red #DD0685
RGB
CMYK
RGB Variations
Color information
#DD0685 (or 0xDD0685) is known color: Medium Violet Red. HEX triplet: DD, 06 and 85. RGB value is (221,6,133). Sum of RGB (Red+Green+Blue) = 221+6+133=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0685 is #22F97A. Grayscale: #545454. Windows color (decimal): -2292091 or 8718045. OLE color: 8718045.
HSL color Cylindrical-coordinate representation of color #DD0685: hue angle of 324.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0685 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.13 |
| HSL | 324.56º | 0.95% | 0.45% | - |
| HSV(B) | 324.56º | 0.97% | 0.87% | - |
| XYZ | 34.12 | 17.2 | 23.71 | - |
| YUV | 84.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 133 | 0 | 0.97 | 0.40 | 0.13 | 324.56 | 0.95 | 0.45 |
| Hex | DD | 6 | 85 | 0 | 61 | 28 | D | 145 | 5F | 2D |
| Octal | 335 | 6 | 205 | 0 | 141 | 50 | 15 | 505 | 137 | 55 |
| Binary | 11011101 | 110 | 10000101 | 0 | 1100001 | 101000 | 1101 | 101000101 | 1011111 | 101101 |
Color Harmonies of #DD0685
Complementary color
Monochromatic Colors of #DD0685
Black with #DD0685
Text Example
Text Example
White with #DD0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0685; }
p { color: rgb(221,6,133); }
H1.HeaderClassName
{
color: #DD0685;
}
.AnyTagClassName
{
color: #DD0685;
}
</style>
background-color css
<style>
a { background-color: #DD0685; }
a { background-color: rgb(221,6,133); }
div.DivClassName
{
background-color: #DD0685;
}
.BgClassName
{
background-color: #DD0685;
}
</style>
border-color css
<style>
span { border-color: #DD0685; }
span { border-color: rgb(221,6,133); }
td.TdClassName
{
border-color: #DD0685;
}
.TagClassName
{
border-color: #DD0685;
}
</style>