Shades of Medium Violet Red #DD037D
Tints of Medium Violet Red #DD037D
RGB
CMYK
RGB Variations
Color information
#DD037D (or 0xDD037D) is known color: Medium Violet Red. HEX triplet: DD, 03 and 7D. RGB value is (221,3,125). Sum of RGB (Red+Green+Blue) = 221+3+125=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD037D is #22FC82. Grayscale: #515151. Windows color (decimal): -2292867 or 8192989. OLE color: 8192989.
HSL color Cylindrical-coordinate representation of color #DD037D: hue angle of 326.42º 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 #DD037D is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.13 |
| HSL | 326.42º | 0.97% | 0.44% | - |
| HSV(B) | 326.42º | 0.99% | 0.87% | - |
| XYZ | 33.55 | 16.92 | 20.9 | - |
| YUV | 82.09 | 152.22 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 125 | 0 | 0.99 | 0.43 | 0.13 | 326.42 | 0.97 | 0.44 |
| Hex | DD | 3 | 7D | 0 | 63 | 2B | D | 146 | 61 | 2C |
| Octal | 335 | 3 | 175 | 0 | 143 | 53 | 15 | 506 | 141 | 54 |
| Binary | 11011101 | 11 | 1111101 | 0 | 1100011 | 101011 | 1101 | 101000110 | 1100001 | 101100 |
Color Harmonies of #DD037D
Complementary color
Monochromatic Colors of #DD037D
Black with #DD037D
Text Example
Text Example
White with #DD037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD037D; }
p { color: rgb(221,3,125); }
H1.HeaderClassName
{
color: #DD037D;
}
.AnyTagClassName
{
color: #DD037D;
}
</style>
background-color css
<style>
a { background-color: #DD037D; }
a { background-color: rgb(221,3,125); }
div.DivClassName
{
background-color: #DD037D;
}
.BgClassName
{
background-color: #DD037D;
}
</style>
border-color css
<style>
span { border-color: #DD037D; }
span { border-color: rgb(221,3,125); }
td.TdClassName
{
border-color: #DD037D;
}
.TagClassName
{
border-color: #DD037D;
}
</style>