Shades of Medium Violet Red #DD0690
Tints of Medium Violet Red #DD0690
RGB
CMYK
RGB Variations
Color information
#DD0690 (or 0xDD0690) is known color: Medium Violet Red. HEX triplet: DD, 06 and 90. RGB value is (221,6,144). Sum of RGB (Red+Green+Blue) = 221+6+144=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0690 is #22F96F. Grayscale: #555555. Windows color (decimal): -2292080 or 9438941. OLE color: 9438941.
HSL color Cylindrical-coordinate representation of color #DD0690: hue angle of 321.49º 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 #DD0690 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 144 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.13 |
| HSL | 321.49º | 0.95% | 0.45% | - |
| HSV(B) | 321.49º | 0.97% | 0.87% | - |
| XYZ | 34.92 | 17.52 | 27.93 | - |
| YUV | 86.02 | 160.73 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 144 | 0 | 0.97 | 0.35 | 0.13 | 321.49 | 0.95 | 0.45 |
| Hex | DD | 6 | 90 | 0 | 61 | 23 | D | 141 | 5F | 2D |
| Octal | 335 | 6 | 220 | 0 | 141 | 43 | 15 | 501 | 137 | 55 |
| Binary | 11011101 | 110 | 10010000 | 0 | 1100001 | 100011 | 1101 | 101000001 | 1011111 | 101101 |
Color Harmonies of #DD0690
Complementary color
Monochromatic Colors of #DD0690
Black with #DD0690
Text Example
Text Example
White with #DD0690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0690; }
p { color: rgb(221,6,144); }
H1.HeaderClassName
{
color: #DD0690;
}
.AnyTagClassName
{
color: #DD0690;
}
</style>
background-color css
<style>
a { background-color: #DD0690; }
a { background-color: rgb(221,6,144); }
div.DivClassName
{
background-color: #DD0690;
}
.BgClassName
{
background-color: #DD0690;
}
</style>
border-color css
<style>
span { border-color: #DD0690; }
span { border-color: rgb(221,6,144); }
td.TdClassName
{
border-color: #DD0690;
}
.TagClassName
{
border-color: #DD0690;
}
</style>