Shades of Medium Violet Red #DD067D
Tints of Medium Violet Red #DD067D
RGB
CMYK
RGB Variations
Color information
#DD067D (or 0xDD067D) is known color: Medium Violet Red. HEX triplet: DD, 06 and 7D. RGB value is (221,6,125). Sum of RGB (Red+Green+Blue) = 221+6+125=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD067D is #22F982. Grayscale: #535353. Windows color (decimal): -2292099 or 8193757. OLE color: 8193757.
HSL color Cylindrical-coordinate representation of color #DD067D: hue angle of 326.79º degrees, saturation: 0.95, 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 #DD067D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.13 |
| HSL | 326.79º | 0.95% | 0.45% | - |
| HSV(B) | 326.79º | 0.97% | 0.87% | - |
| XYZ | 33.59 | 16.98 | 20.91 | - |
| YUV | 83.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 125 | 0 | 0.97 | 0.43 | 0.13 | 326.79 | 0.95 | 0.45 |
| Hex | DD | 6 | 7D | 0 | 61 | 2B | D | 147 | 5F | 2D |
| Octal | 335 | 6 | 175 | 0 | 141 | 53 | 15 | 507 | 137 | 55 |
| Binary | 11011101 | 110 | 1111101 | 0 | 1100001 | 101011 | 1101 | 101000111 | 1011111 | 101101 |
Color Harmonies of #DD067D
Complementary color
Monochromatic Colors of #DD067D
Black with #DD067D
Text Example
Text Example
White with #DD067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD067D; }
p { color: rgb(221,6,125); }
H1.HeaderClassName
{
color: #DD067D;
}
.AnyTagClassName
{
color: #DD067D;
}
</style>
background-color css
<style>
a { background-color: #DD067D; }
a { background-color: rgb(221,6,125); }
div.DivClassName
{
background-color: #DD067D;
}
.BgClassName
{
background-color: #DD067D;
}
</style>
border-color css
<style>
span { border-color: #DD067D; }
span { border-color: rgb(221,6,125); }
td.TdClassName
{
border-color: #DD067D;
}
.TagClassName
{
border-color: #DD067D;
}
</style>