Shades of Medium Violet Red #DE0A7A
Tints of Medium Violet Red #DE0A7A
RGB
CMYK
RGB Variations
Color information
#DE0A7A (or 0xDE0A7A) is known color: Medium Violet Red. HEX triplet: DE, 0A and 7A. RGB value is (222,10,122). Sum of RGB (Red+Green+Blue) = 222+10+122=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0A7A is #21F585. Grayscale: #555555. Windows color (decimal): -2225542 or 7998174. OLE color: 7998174.
HSL color Cylindrical-coordinate representation of color #DE0A7A: hue angle of 328.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0A7A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.13 |
| HSL | 328.3º | 0.91% | 0.45% | - |
| HSV(B) | 328.3º | 0.95% | 0.87% | - |
| XYZ | 33.75 | 17.15 | 19.94 | - |
| YUV | 86.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 122 | 0 | 0.95 | 0.45 | 0.13 | 328.3 | 0.91 | 0.45 |
| Hex | DE | A | 7A | 0 | 5F | 2D | D | 148 | 5B | 2D |
| Octal | 336 | 12 | 172 | 0 | 137 | 55 | 15 | 510 | 133 | 55 |
| Binary | 11011110 | 1010 | 1111010 | 0 | 1011111 | 101101 | 1101 | 101001000 | 1011011 | 101101 |
Color Harmonies of #DE0A7A
Complementary color
Monochromatic Colors of #DE0A7A
Black with #DE0A7A
Text Example
Text Example
White with #DE0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0A7A; }
p { color: rgb(222,10,122); }
H1.HeaderClassName
{
color: #DE0A7A;
}
.AnyTagClassName
{
color: #DE0A7A;
}
</style>
background-color css
<style>
a { background-color: #DE0A7A; }
a { background-color: rgb(222,10,122); }
div.DivClassName
{
background-color: #DE0A7A;
}
.BgClassName
{
background-color: #DE0A7A;
}
</style>
border-color css
<style>
span { border-color: #DE0A7A; }
span { border-color: rgb(222,10,122); }
td.TdClassName
{
border-color: #DE0A7A;
}
.TagClassName
{
border-color: #DE0A7A;
}
</style>