Shades of Medium Violet Red #DD068B
Tints of Medium Violet Red #DD068B
RGB
CMYK
RGB Variations
Color information
#DD068B (or 0xDD068B) is known color: Medium Violet Red. HEX triplet: DD, 06 and 8B. RGB value is (221,6,139). Sum of RGB (Red+Green+Blue) = 221+6+139=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD068B is #22F974. Grayscale: #555555. Windows color (decimal): -2292085 or 9111261. OLE color: 9111261.
HSL color Cylindrical-coordinate representation of color #DD068B: hue angle of 322.88º 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 #DD068B is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.13 |
| HSL | 322.88º | 0.95% | 0.45% | - |
| HSV(B) | 322.88º | 0.97% | 0.87% | - |
| XYZ | 34.54 | 17.37 | 25.96 | - |
| YUV | 85.45 | 158.23 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 139 | 0 | 0.97 | 0.37 | 0.13 | 322.88 | 0.95 | 0.45 |
| Hex | DD | 6 | 8B | 0 | 61 | 25 | D | 143 | 5F | 2D |
| Octal | 335 | 6 | 213 | 0 | 141 | 45 | 15 | 503 | 137 | 55 |
| Binary | 11011101 | 110 | 10001011 | 0 | 1100001 | 100101 | 1101 | 101000011 | 1011111 | 101101 |
Color Harmonies of #DD068B
Complementary color
Monochromatic Colors of #DD068B
Black with #DD068B
Text Example
Text Example
White with #DD068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD068B; }
p { color: rgb(221,6,139); }
H1.HeaderClassName
{
color: #DD068B;
}
.AnyTagClassName
{
color: #DD068B;
}
</style>
background-color css
<style>
a { background-color: #DD068B; }
a { background-color: rgb(221,6,139); }
div.DivClassName
{
background-color: #DD068B;
}
.BgClassName
{
background-color: #DD068B;
}
</style>
border-color css
<style>
span { border-color: #DD068B; }
span { border-color: rgb(221,6,139); }
td.TdClassName
{
border-color: #DD068B;
}
.TagClassName
{
border-color: #DD068B;
}
</style>