Shades of Medium Violet Red #DE0A7E
Tints of Medium Violet Red #DE0A7E
RGB
CMYK
RGB Variations
Color information
#DE0A7E (or 0xDE0A7E) is known color: Medium Violet Red. HEX triplet: DE, 0A and 7E. RGB value is (222,10,126). Sum of RGB (Red+Green+Blue) = 222+10+126=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0A7E is #21F581. Grayscale: #565656. Windows color (decimal): -2225538 or 8260318. OLE color: 8260318.
HSL color Cylindrical-coordinate representation of color #DE0A7E: hue angle of 327.17º 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 #DE0A7E is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 126 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.13 |
| HSL | 327.17º | 0.91% | 0.45% | - |
| HSV(B) | 327.17º | 0.95% | 0.87% | - |
| XYZ | 34 | 17.25 | 21.28 | - |
| YUV | 86.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 126 | 0 | 0.95 | 0.43 | 0.13 | 327.17 | 0.91 | 0.45 |
| Hex | DE | A | 7E | 0 | 5F | 2B | D | 147 | 5B | 2D |
| Octal | 336 | 12 | 176 | 0 | 137 | 53 | 15 | 507 | 133 | 55 |
| Binary | 11011110 | 1010 | 1111110 | 0 | 1011111 | 101011 | 1101 | 101000111 | 1011011 | 101101 |
Color Harmonies of #DE0A7E
Complementary color
Monochromatic Colors of #DE0A7E
Black with #DE0A7E
Text Example
Text Example
White with #DE0A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0A7E; }
p { color: rgb(222,10,126); }
H1.HeaderClassName
{
color: #DE0A7E;
}
.AnyTagClassName
{
color: #DE0A7E;
}
</style>
background-color css
<style>
a { background-color: #DE0A7E; }
a { background-color: rgb(222,10,126); }
div.DivClassName
{
background-color: #DE0A7E;
}
.BgClassName
{
background-color: #DE0A7E;
}
</style>
border-color css
<style>
span { border-color: #DE0A7E; }
span { border-color: rgb(222,10,126); }
td.TdClassName
{
border-color: #DE0A7E;
}
.TagClassName
{
border-color: #DE0A7E;
}
</style>