Shades of Medium Violet Red #DD038A
Tints of Medium Violet Red #DD038A
RGB
CMYK
RGB Variations
Color information
#DD038A (or 0xDD038A) is known color: Medium Violet Red. HEX triplet: DD, 03 and 8A. RGB value is (221,3,138). Sum of RGB (Red+Green+Blue) = 221+3+138=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD038A is #22FC75. Grayscale: #535353. Windows color (decimal): -2292854 or 9044957. OLE color: 9044957.
HSL color Cylindrical-coordinate representation of color #DD038A: hue angle of 322.84º 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 #DD038A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.13 |
| HSL | 322.84º | 0.97% | 0.44% | - |
| HSV(B) | 322.84º | 0.99% | 0.87% | - |
| XYZ | 34.44 | 17.27 | 25.56 | - |
| YUV | 83.57 | 158.72 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 138 | 0 | 0.99 | 0.38 | 0.13 | 322.84 | 0.97 | 0.44 |
| Hex | DD | 3 | 8A | 0 | 63 | 26 | D | 143 | 61 | 2C |
| Octal | 335 | 3 | 212 | 0 | 143 | 46 | 15 | 503 | 141 | 54 |
| Binary | 11011101 | 11 | 10001010 | 0 | 1100011 | 100110 | 1101 | 101000011 | 1100001 | 101100 |
Color Harmonies of #DD038A
Complementary color
Monochromatic Colors of #DD038A
Black with #DD038A
Text Example
Text Example
White with #DD038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD038A; }
p { color: rgb(221,3,138); }
H1.HeaderClassName
{
color: #DD038A;
}
.AnyTagClassName
{
color: #DD038A;
}
</style>
background-color css
<style>
a { background-color: #DD038A; }
a { background-color: rgb(221,3,138); }
div.DivClassName
{
background-color: #DD038A;
}
.BgClassName
{
background-color: #DD038A;
}
</style>
border-color css
<style>
span { border-color: #DD038A; }
span { border-color: rgb(221,3,138); }
td.TdClassName
{
border-color: #DD038A;
}
.TagClassName
{
border-color: #DD038A;
}
</style>