Shades of Medium Violet Red #DD068F
Tints of Medium Violet Red #DD068F
RGB
CMYK
RGB Variations
Color information
#DD068F (or 0xDD068F) is known color: Medium Violet Red. HEX triplet: DD, 06 and 8F. RGB value is (221,6,143). Sum of RGB (Red+Green+Blue) = 221+6+143=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD068F is #22F970. Grayscale: #555555. Windows color (decimal): -2292081 or 9373405. OLE color: 9373405.
HSL color Cylindrical-coordinate representation of color #DD068F: hue angle of 321.77º 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 #DD068F is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.13 |
| HSL | 321.77º | 0.95% | 0.45% | - |
| HSV(B) | 321.77º | 0.97% | 0.87% | - |
| XYZ | 34.84 | 17.49 | 27.53 | - |
| YUV | 85.9 | 160.23 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 143 | 0 | 0.97 | 0.35 | 0.13 | 321.77 | 0.95 | 0.45 |
| Hex | DD | 6 | 8F | 0 | 61 | 23 | D | 142 | 5F | 2D |
| Octal | 335 | 6 | 217 | 0 | 141 | 43 | 15 | 502 | 137 | 55 |
| Binary | 11011101 | 110 | 10001111 | 0 | 1100001 | 100011 | 1101 | 101000010 | 1011111 | 101101 |
Color Harmonies of #DD068F
Complementary color
Monochromatic Colors of #DD068F
Black with #DD068F
Text Example
Text Example
White with #DD068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD068F; }
p { color: rgb(221,6,143); }
H1.HeaderClassName
{
color: #DD068F;
}
.AnyTagClassName
{
color: #DD068F;
}
</style>
background-color css
<style>
a { background-color: #DD068F; }
a { background-color: rgb(221,6,143); }
div.DivClassName
{
background-color: #DD068F;
}
.BgClassName
{
background-color: #DD068F;
}
</style>
border-color css
<style>
span { border-color: #DD068F; }
span { border-color: rgb(221,6,143); }
td.TdClassName
{
border-color: #DD068F;
}
.TagClassName
{
border-color: #DD068F;
}
</style>