Shades of Medium Violet Red #DD0A90
Tints of Medium Violet Red #DD0A90
RGB
CMYK
RGB Variations
Color information
#DD0A90 (or 0xDD0A90) is known color: Medium Violet Red. HEX triplet: DD, 0A and 90. RGB value is (221,10,144). Sum of RGB (Red+Green+Blue) = 221+10+144=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0A90 is #22F56F. Grayscale: #585858. Windows color (decimal): -2291056 or 9439965. OLE color: 9439965.
HSL color Cylindrical-coordinate representation of color #DD0A90: hue angle of 321.9º 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 #DD0A90 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 144 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.13 |
| HSL | 321.9º | 0.91% | 0.45% | - |
| HSV(B) | 321.9º | 0.95% | 0.87% | - |
| XYZ | 34.96 | 17.6 | 27.94 | - |
| YUV | 88.37 | 159.4 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 144 | 0 | 0.95 | 0.35 | 0.13 | 321.9 | 0.91 | 0.45 |
| Hex | DD | A | 90 | 0 | 5F | 23 | D | 142 | 5B | 2D |
| Octal | 335 | 12 | 220 | 0 | 137 | 43 | 15 | 502 | 133 | 55 |
| Binary | 11011101 | 1010 | 10010000 | 0 | 1011111 | 100011 | 1101 | 101000010 | 1011011 | 101101 |
Color Harmonies of #DD0A90
Complementary color
Monochromatic Colors of #DD0A90
Black with #DD0A90
Text Example
Text Example
White with #DD0A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A90; }
p { color: rgb(221,10,144); }
H1.HeaderClassName
{
color: #DD0A90;
}
.AnyTagClassName
{
color: #DD0A90;
}
</style>
background-color css
<style>
a { background-color: #DD0A90; }
a { background-color: rgb(221,10,144); }
div.DivClassName
{
background-color: #DD0A90;
}
.BgClassName
{
background-color: #DD0A90;
}
</style>
border-color css
<style>
span { border-color: #DD0A90; }
span { border-color: rgb(221,10,144); }
td.TdClassName
{
border-color: #DD0A90;
}
.TagClassName
{
border-color: #DD0A90;
}
</style>