Shades of Medium Violet Red #DD078C
Tints of Medium Violet Red #DD078C
RGB
CMYK
RGB Variations
Color information
#DD078C (or 0xDD078C) is known color: Medium Violet Red. HEX triplet: DD, 07 and 8C. RGB value is (221,7,140). Sum of RGB (Red+Green+Blue) = 221+7+140=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD078C is #22F873. Grayscale: #555555. Windows color (decimal): -2291828 or 9177053. OLE color: 9177053.
HSL color Cylindrical-coordinate representation of color #DD078C: hue angle of 322.71º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD078C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 140 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.13 |
| HSL | 322.71º | 0.94% | 0.45% | - |
| HSV(B) | 322.71º | 0.97% | 0.87% | - |
| XYZ | 34.63 | 17.42 | 26.35 | - |
| YUV | 86.15 | 158.4 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 140 | 0 | 0.97 | 0.37 | 0.13 | 322.71 | 0.94 | 0.45 |
| Hex | DD | 7 | 8C | 0 | 61 | 25 | D | 143 | 5E | 2D |
| Octal | 335 | 7 | 214 | 0 | 141 | 45 | 15 | 503 | 136 | 55 |
| Binary | 11011101 | 111 | 10001100 | 0 | 1100001 | 100101 | 1101 | 101000011 | 1011110 | 101101 |
Color Harmonies of #DD078C
Complementary color
Monochromatic Colors of #DD078C
Black with #DD078C
Text Example
Text Example
White with #DD078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD078C; }
p { color: rgb(221,7,140); }
H1.HeaderClassName
{
color: #DD078C;
}
.AnyTagClassName
{
color: #DD078C;
}
</style>
background-color css
<style>
a { background-color: #DD078C; }
a { background-color: rgb(221,7,140); }
div.DivClassName
{
background-color: #DD078C;
}
.BgClassName
{
background-color: #DD078C;
}
</style>
border-color css
<style>
span { border-color: #DD078C; }
span { border-color: rgb(221,7,140); }
td.TdClassName
{
border-color: #DD078C;
}
.TagClassName
{
border-color: #DD078C;
}
</style>