Shades of Medium Violet Red #DE008A
Tints of Medium Violet Red #DE008A
RGB
CMYK
RGB Variations
Color information
#DE008A (or 0xDE008A) is known color: Medium Violet Red. HEX triplet: DE, 00 and 8A. RGB value is (222,0,138). Sum of RGB (Red+Green+Blue) = 222+0+138=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE008A is #21FF75. Grayscale: #515151. Windows color (decimal): -2228086 or 9044190. OLE color: 9044190.
HSL color Cylindrical-coordinate representation of color #DE008A: hue angle of 322.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE008A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.38 | 0.13 |
| HSL | 322.7º | 1% | 0.44% | - |
| HSV(B) | 322.7º | 1% | 0.87% | - |
| XYZ | 34.71 | 17.36 | 25.57 | - |
| YUV | 82.11 | 159.55 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 138 | 0 | 1 | 0.38 | 0.13 | 322.7 | 1 | 0.44 |
| Hex | DE | 0 | 8A | 0 | 64 | 26 | D | 143 | 64 | 2C |
| Octal | 336 | 0 | 212 | 0 | 144 | 46 | 15 | 503 | 144 | 54 |
| Binary | 11011110 | 0 | 10001010 | 0 | 1100100 | 100110 | 1101 | 101000011 | 1100100 | 101100 |
Color Harmonies of #DE008A
Complementary color
Monochromatic Colors of #DE008A
Black with #DE008A
Text Example
Text Example
White with #DE008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE008A; }
p { color: rgb(222,0,138); }
H1.HeaderClassName
{
color: #DE008A;
}
.AnyTagClassName
{
color: #DE008A;
}
</style>
background-color css
<style>
a { background-color: #DE008A; }
a { background-color: rgb(222,0,138); }
div.DivClassName
{
background-color: #DE008A;
}
.BgClassName
{
background-color: #DE008A;
}
</style>
border-color css
<style>
span { border-color: #DE008A; }
span { border-color: rgb(222,0,138); }
td.TdClassName
{
border-color: #DE008A;
}
.TagClassName
{
border-color: #DE008A;
}
</style>