Shades of Medium Violet Red #DD037E
Tints of Medium Violet Red #DD037E
RGB
CMYK
RGB Variations
Color information
#DD037E (or 0xDD037E) is known color: Medium Violet Red. HEX triplet: DD, 03 and 7E. RGB value is (221,3,126). Sum of RGB (Red+Green+Blue) = 221+3+126=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD037E is #22FC81. Grayscale: #515151. Windows color (decimal): -2292866 or 8258525. OLE color: 8258525.
HSL color Cylindrical-coordinate representation of color #DD037E: hue angle of 326.15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD037E is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 126 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.13 |
| HSL | 326.15º | 0.97% | 0.44% | - |
| HSV(B) | 326.15º | 0.99% | 0.87% | - |
| XYZ | 33.62 | 16.94 | 21.24 | - |
| YUV | 82.2 | 152.72 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 126 | 0 | 0.99 | 0.43 | 0.13 | 326.15 | 0.97 | 0.44 |
| Hex | DD | 3 | 7E | 0 | 63 | 2B | D | 146 | 61 | 2C |
| Octal | 335 | 3 | 176 | 0 | 143 | 53 | 15 | 506 | 141 | 54 |
| Binary | 11011101 | 11 | 1111110 | 0 | 1100011 | 101011 | 1101 | 101000110 | 1100001 | 101100 |
Color Harmonies of #DD037E
Complementary color
Monochromatic Colors of #DD037E
Black with #DD037E
Text Example
Text Example
White with #DD037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD037E; }
p { color: rgb(221,3,126); }
H1.HeaderClassName
{
color: #DD037E;
}
.AnyTagClassName
{
color: #DD037E;
}
</style>
background-color css
<style>
a { background-color: #DD037E; }
a { background-color: rgb(221,3,126); }
div.DivClassName
{
background-color: #DD037E;
}
.BgClassName
{
background-color: #DD037E;
}
</style>
border-color css
<style>
span { border-color: #DD037E; }
span { border-color: rgb(221,3,126); }
td.TdClassName
{
border-color: #DD037E;
}
.TagClassName
{
border-color: #DD037E;
}
</style>