Shades of Medium Violet Red #DD037F
Tints of Medium Violet Red #DD037F
RGB
CMYK
RGB Variations
Color information
#DD037F (or 0xDD037F) is known color: Medium Violet Red. HEX triplet: DD, 03 and 7F. RGB value is (221,3,127). Sum of RGB (Red+Green+Blue) = 221+3+127=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD037F is #22FC80. Grayscale: #525252. Windows color (decimal): -2292865 or 8324061. OLE color: 8324061.
HSL color Cylindrical-coordinate representation of color #DD037F: hue angle of 325.87º 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 #DD037F is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.13 |
| HSL | 325.87º | 0.97% | 0.44% | - |
| HSV(B) | 325.87º | 0.99% | 0.87% | - |
| XYZ | 33.68 | 16.97 | 21.58 | - |
| YUV | 82.32 | 153.22 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 127 | 0 | 0.99 | 0.43 | 0.13 | 325.87 | 0.97 | 0.44 |
| Hex | DD | 3 | 7F | 0 | 63 | 2B | D | 146 | 61 | 2C |
| Octal | 335 | 3 | 177 | 0 | 143 | 53 | 15 | 506 | 141 | 54 |
| Binary | 11011101 | 11 | 1111111 | 0 | 1100011 | 101011 | 1101 | 101000110 | 1100001 | 101100 |
Color Harmonies of #DD037F
Complementary color
Monochromatic Colors of #DD037F
Black with #DD037F
Text Example
Text Example
White with #DD037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD037F; }
p { color: rgb(221,3,127); }
H1.HeaderClassName
{
color: #DD037F;
}
.AnyTagClassName
{
color: #DD037F;
}
</style>
background-color css
<style>
a { background-color: #DD037F; }
a { background-color: rgb(221,3,127); }
div.DivClassName
{
background-color: #DD037F;
}
.BgClassName
{
background-color: #DD037F;
}
</style>
border-color css
<style>
span { border-color: #DD037F; }
span { border-color: rgb(221,3,127); }
td.TdClassName
{
border-color: #DD037F;
}
.TagClassName
{
border-color: #DD037F;
}
</style>