Shades of Medium Violet Red #DD068A
Tints of Medium Violet Red #DD068A
RGB
CMYK
RGB Variations
Color information
#DD068A (or 0xDD068A) is known color: Medium Violet Red. HEX triplet: DD, 06 and 8A. RGB value is (221,6,138). Sum of RGB (Red+Green+Blue) = 221+6+138=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD068A is #22F975. Grayscale: #555555. Windows color (decimal): -2292086 or 9045725. OLE color: 9045725.
HSL color Cylindrical-coordinate representation of color #DD068A: hue angle of 323.16º 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 #DD068A is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.13 |
| HSL | 323.16º | 0.95% | 0.45% | - |
| HSV(B) | 323.16º | 0.97% | 0.87% | - |
| XYZ | 34.47 | 17.34 | 25.57 | - |
| YUV | 85.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 138 | 0 | 0.97 | 0.38 | 0.13 | 323.16 | 0.95 | 0.45 |
| Hex | DD | 6 | 8A | 0 | 61 | 26 | D | 143 | 5F | 2D |
| Octal | 335 | 6 | 212 | 0 | 141 | 46 | 15 | 503 | 137 | 55 |
| Binary | 11011101 | 110 | 10001010 | 0 | 1100001 | 100110 | 1101 | 101000011 | 1011111 | 101101 |
Color Harmonies of #DD068A
Complementary color
Monochromatic Colors of #DD068A
Black with #DD068A
Text Example
Text Example
White with #DD068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD068A; }
p { color: rgb(221,6,138); }
H1.HeaderClassName
{
color: #DD068A;
}
.AnyTagClassName
{
color: #DD068A;
}
</style>
background-color css
<style>
a { background-color: #DD068A; }
a { background-color: rgb(221,6,138); }
div.DivClassName
{
background-color: #DD068A;
}
.BgClassName
{
background-color: #DD068A;
}
</style>
border-color css
<style>
span { border-color: #DD068A; }
span { border-color: rgb(221,6,138); }
td.TdClassName
{
border-color: #DD068A;
}
.TagClassName
{
border-color: #DD068A;
}
</style>