Shades of Medium Violet Red #DF067D
Tints of Medium Violet Red #DF067D
RGB
CMYK
RGB Variations
Color information
#DF067D (or 0xDF067D) is known color: Medium Violet Red. HEX triplet: DF, 06 and 7D. RGB value is (223,6,125). Sum of RGB (Red+Green+Blue) = 223+6+125=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF067D is #20F982. Grayscale: #545454. Windows color (decimal): -2161027 or 8193759. OLE color: 8193759.
HSL color Cylindrical-coordinate representation of color #DF067D: hue angle of 327.1º 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 #DF067D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.13 |
| HSL | 327.1º | 0.95% | 0.45% | - |
| HSV(B) | 327.1º | 0.97% | 0.87% | - |
| XYZ | 34.2 | 17.3 | 20.94 | - |
| YUV | 84.45 | 150.89 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 125 | 0 | 0.97 | 0.44 | 0.13 | 327.1 | 0.95 | 0.45 |
| Hex | DF | 6 | 7D | 0 | 61 | 2C | D | 147 | 5F | 2D |
| Octal | 337 | 6 | 175 | 0 | 141 | 54 | 15 | 507 | 137 | 55 |
| Binary | 11011111 | 110 | 1111101 | 0 | 1100001 | 101100 | 1101 | 101000111 | 1011111 | 101101 |
Color Harmonies of #DF067D
Complementary color
Monochromatic Colors of #DF067D
Black with #DF067D
Text Example
Text Example
White with #DF067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF067D; }
p { color: rgb(223,6,125); }
H1.HeaderClassName
{
color: #DF067D;
}
.AnyTagClassName
{
color: #DF067D;
}
</style>
background-color css
<style>
a { background-color: #DF067D; }
a { background-color: rgb(223,6,125); }
div.DivClassName
{
background-color: #DF067D;
}
.BgClassName
{
background-color: #DF067D;
}
</style>
border-color css
<style>
span { border-color: #DF067D; }
span { border-color: rgb(223,6,125); }
td.TdClassName
{
border-color: #DF067D;
}
.TagClassName
{
border-color: #DF067D;
}
</style>