Shades of Medium Violet Red #DD0A85
Tints of Medium Violet Red #DD0A85
RGB
CMYK
RGB Variations
Color information
#DD0A85 (or 0xDD0A85) is known color: Medium Violet Red. HEX triplet: DD, 0A and 85. RGB value is (221,10,133). Sum of RGB (Red+Green+Blue) = 221+10+133=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0A85 is #22F57A. Grayscale: #565656. Windows color (decimal): -2291067 or 8719069. OLE color: 8719069.
HSL color Cylindrical-coordinate representation of color #DD0A85: hue angle of 325.02º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A85 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 133 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.13 |
| HSL | 325.02º | 0.91% | 0.45% | - |
| HSV(B) | 325.02º | 0.95% | 0.87% | - |
| XYZ | 34.16 | 17.28 | 23.73 | - |
| YUV | 87.11 | 153.9 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 133 | 0 | 0.95 | 0.40 | 0.13 | 325.02 | 0.91 | 0.45 |
| Hex | DD | A | 85 | 0 | 5F | 28 | D | 145 | 5B | 2D |
| Octal | 335 | 12 | 205 | 0 | 137 | 50 | 15 | 505 | 133 | 55 |
| Binary | 11011101 | 1010 | 10000101 | 0 | 1011111 | 101000 | 1101 | 101000101 | 1011011 | 101101 |
Color Harmonies of #DD0A85
Complementary color
Monochromatic Colors of #DD0A85
Black with #DD0A85
Text Example
Text Example
White with #DD0A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A85; }
p { color: rgb(221,10,133); }
H1.HeaderClassName
{
color: #DD0A85;
}
.AnyTagClassName
{
color: #DD0A85;
}
</style>
background-color css
<style>
a { background-color: #DD0A85; }
a { background-color: rgb(221,10,133); }
div.DivClassName
{
background-color: #DD0A85;
}
.BgClassName
{
background-color: #DD0A85;
}
</style>
border-color css
<style>
span { border-color: #DD0A85; }
span { border-color: rgb(221,10,133); }
td.TdClassName
{
border-color: #DD0A85;
}
.TagClassName
{
border-color: #DD0A85;
}
</style>