Shades of Medium Violet Red #DD037A
Tints of Medium Violet Red #DD037A
RGB
CMYK
RGB Variations
Color information
#DD037A (or 0xDD037A) is known color: Medium Violet Red. HEX triplet: DD, 03 and 7A. RGB value is (221,3,122). Sum of RGB (Red+Green+Blue) = 221+3+122=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD037A is #22FC85. Grayscale: #515151. Windows color (decimal): -2292870 or 7996381. OLE color: 7996381.
HSL color Cylindrical-coordinate representation of color #DD037A: hue angle of 327.25º 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 #DD037A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.13 |
| HSL | 327.25º | 0.97% | 0.44% | - |
| HSV(B) | 327.25º | 0.99% | 0.87% | - |
| XYZ | 33.36 | 16.84 | 19.9 | - |
| YUV | 81.75 | 150.72 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 122 | 0 | 0.99 | 0.45 | 0.13 | 327.25 | 0.97 | 0.44 |
| Hex | DD | 3 | 7A | 0 | 63 | 2D | D | 147 | 61 | 2C |
| Octal | 335 | 3 | 172 | 0 | 143 | 55 | 15 | 507 | 141 | 54 |
| Binary | 11011101 | 11 | 1111010 | 0 | 1100011 | 101101 | 1101 | 101000111 | 1100001 | 101100 |
Color Harmonies of #DD037A
Complementary color
Monochromatic Colors of #DD037A
Black with #DD037A
Text Example
Text Example
White with #DD037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD037A; }
p { color: rgb(221,3,122); }
H1.HeaderClassName
{
color: #DD037A;
}
.AnyTagClassName
{
color: #DD037A;
}
</style>
background-color css
<style>
a { background-color: #DD037A; }
a { background-color: rgb(221,3,122); }
div.DivClassName
{
background-color: #DD037A;
}
.BgClassName
{
background-color: #DD037A;
}
</style>
border-color css
<style>
span { border-color: #DD037A; }
span { border-color: rgb(221,3,122); }
td.TdClassName
{
border-color: #DD037A;
}
.TagClassName
{
border-color: #DD037A;
}
</style>