Shades of Medium Violet Red #DE068C
Tints of Medium Violet Red #DE068C
RGB
CMYK
RGB Variations
Color information
#DE068C (or 0xDE068C) is known color: Medium Violet Red. HEX triplet: DE, 06 and 8C. RGB value is (222,6,140). Sum of RGB (Red+Green+Blue) = 222+6+140=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE068C is #21F973. Grayscale: #555555. Windows color (decimal): -2226548 or 9176798. OLE color: 9176798.
HSL color Cylindrical-coordinate representation of color #DE068C: hue angle of 322.78º 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 #DE068C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.13 |
| HSL | 322.78º | 0.95% | 0.45% | - |
| HSV(B) | 322.78º | 0.97% | 0.87% | - |
| XYZ | 34.92 | 17.55 | 26.36 | - |
| YUV | 85.86 | 158.56 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 140 | 0 | 0.97 | 0.37 | 0.13 | 322.78 | 0.95 | 0.45 |
| Hex | DE | 6 | 8C | 0 | 61 | 25 | D | 143 | 5F | 2D |
| Octal | 336 | 6 | 214 | 0 | 141 | 45 | 15 | 503 | 137 | 55 |
| Binary | 11011110 | 110 | 10001100 | 0 | 1100001 | 100101 | 1101 | 101000011 | 1011111 | 101101 |
Color Harmonies of #DE068C
Complementary color
Monochromatic Colors of #DE068C
Black with #DE068C
Text Example
Text Example
White with #DE068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE068C; }
p { color: rgb(222,6,140); }
H1.HeaderClassName
{
color: #DE068C;
}
.AnyTagClassName
{
color: #DE068C;
}
</style>
background-color css
<style>
a { background-color: #DE068C; }
a { background-color: rgb(222,6,140); }
div.DivClassName
{
background-color: #DE068C;
}
.BgClassName
{
background-color: #DE068C;
}
</style>
border-color css
<style>
span { border-color: #DE068C; }
span { border-color: rgb(222,6,140); }
td.TdClassName
{
border-color: #DE068C;
}
.TagClassName
{
border-color: #DE068C;
}
</style>