Shades of Medium Violet Red #DD038C
Tints of Medium Violet Red #DD038C
RGB
CMYK
RGB Variations
Color information
#DD038C (or 0xDD038C) is known color: Medium Violet Red. HEX triplet: DD, 03 and 8C. RGB value is (221,3,140). Sum of RGB (Red+Green+Blue) = 221+3+140=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD038C is #22FC73. Grayscale: #535353. Windows color (decimal): -2292852 or 9176029. OLE color: 9176029.
HSL color Cylindrical-coordinate representation of color #DD038C: hue angle of 322.29º 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 #DD038C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.13 |
| HSL | 322.29º | 0.97% | 0.44% | - |
| HSV(B) | 322.29º | 0.99% | 0.87% | - |
| XYZ | 34.58 | 17.33 | 26.33 | - |
| YUV | 83.8 | 159.72 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 140 | 0 | 0.99 | 0.37 | 0.13 | 322.29 | 0.97 | 0.44 |
| Hex | DD | 3 | 8C | 0 | 63 | 25 | D | 142 | 61 | 2C |
| Octal | 335 | 3 | 214 | 0 | 143 | 45 | 15 | 502 | 141 | 54 |
| Binary | 11011101 | 11 | 10001100 | 0 | 1100011 | 100101 | 1101 | 101000010 | 1100001 | 101100 |
Color Harmonies of #DD038C
Complementary color
Monochromatic Colors of #DD038C
Black with #DD038C
Text Example
Text Example
White with #DD038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD038C; }
p { color: rgb(221,3,140); }
H1.HeaderClassName
{
color: #DD038C;
}
.AnyTagClassName
{
color: #DD038C;
}
</style>
background-color css
<style>
a { background-color: #DD038C; }
a { background-color: rgb(221,3,140); }
div.DivClassName
{
background-color: #DD038C;
}
.BgClassName
{
background-color: #DD038C;
}
</style>
border-color css
<style>
span { border-color: #DD038C; }
span { border-color: rgb(221,3,140); }
td.TdClassName
{
border-color: #DD038C;
}
.TagClassName
{
border-color: #DD038C;
}
</style>