Shades of Medium Violet Red #DF068A
Tints of Medium Violet Red #DF068A
RGB
CMYK
RGB Variations
Color information
#DF068A (or 0xDF068A) is known color: Medium Violet Red. HEX triplet: DF, 06 and 8A. RGB value is (223,6,138). Sum of RGB (Red+Green+Blue) = 223+6+138=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF068A is #20F975. Grayscale: #555555. Windows color (decimal): -2161014 or 9045727. OLE color: 9045727.
HSL color Cylindrical-coordinate representation of color #DF068A: hue angle of 323.5º 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 #DF068A is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.13 |
| HSL | 323.5º | 0.95% | 0.45% | - |
| HSV(B) | 323.5º | 0.97% | 0.87% | - |
| XYZ | 35.08 | 17.65 | 25.6 | - |
| YUV | 85.93 | 157.39 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 138 | 0 | 0.97 | 0.38 | 0.13 | 323.5 | 0.95 | 0.45 |
| Hex | DF | 6 | 8A | 0 | 61 | 26 | D | 144 | 5F | 2D |
| Octal | 337 | 6 | 212 | 0 | 141 | 46 | 15 | 504 | 137 | 55 |
| Binary | 11011111 | 110 | 10001010 | 0 | 1100001 | 100110 | 1101 | 101000100 | 1011111 | 101101 |
Color Harmonies of #DF068A
Complementary color
Monochromatic Colors of #DF068A
Black with #DF068A
Text Example
Text Example
White with #DF068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF068A; }
p { color: rgb(223,6,138); }
H1.HeaderClassName
{
color: #DF068A;
}
.AnyTagClassName
{
color: #DF068A;
}
</style>
background-color css
<style>
a { background-color: #DF068A; }
a { background-color: rgb(223,6,138); }
div.DivClassName
{
background-color: #DF068A;
}
.BgClassName
{
background-color: #DF068A;
}
</style>
border-color css
<style>
span { border-color: #DF068A; }
span { border-color: rgb(223,6,138); }
td.TdClassName
{
border-color: #DF068A;
}
.TagClassName
{
border-color: #DF068A;
}
</style>