Shades of Medium Violet Red #DD038D
Tints of Medium Violet Red #DD038D
RGB
CMYK
RGB Variations
Color information
#DD038D (or 0xDD038D) is known color: Medium Violet Red. HEX triplet: DD, 03 and 8D. RGB value is (221,3,141). Sum of RGB (Red+Green+Blue) = 221+3+141=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD038D is #22FC72. Grayscale: #535353. Windows color (decimal): -2292851 or 9241565. OLE color: 9241565.
HSL color Cylindrical-coordinate representation of color #DD038D: hue angle of 322.02º 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 #DD038D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.13 |
| HSL | 322.02º | 0.97% | 0.44% | - |
| HSV(B) | 322.02º | 0.99% | 0.87% | - |
| XYZ | 34.66 | 17.36 | 26.72 | - |
| YUV | 83.91 | 160.22 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 141 | 0 | 0.99 | 0.36 | 0.13 | 322.02 | 0.97 | 0.44 |
| Hex | DD | 3 | 8D | 0 | 63 | 24 | D | 142 | 61 | 2C |
| Octal | 335 | 3 | 215 | 0 | 143 | 44 | 15 | 502 | 141 | 54 |
| Binary | 11011101 | 11 | 10001101 | 0 | 1100011 | 100100 | 1101 | 101000010 | 1100001 | 101100 |
Color Harmonies of #DD038D
Complementary color
Monochromatic Colors of #DD038D
Black with #DD038D
Text Example
Text Example
White with #DD038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD038D; }
p { color: rgb(221,3,141); }
H1.HeaderClassName
{
color: #DD038D;
}
.AnyTagClassName
{
color: #DD038D;
}
</style>
background-color css
<style>
a { background-color: #DD038D; }
a { background-color: rgb(221,3,141); }
div.DivClassName
{
background-color: #DD038D;
}
.BgClassName
{
background-color: #DD038D;
}
</style>
border-color css
<style>
span { border-color: #DD038D; }
span { border-color: rgb(221,3,141); }
td.TdClassName
{
border-color: #DD038D;
}
.TagClassName
{
border-color: #DD038D;
}
</style>