Shades of Medium Violet Red #DE007F
Tints of Medium Violet Red #DE007F
RGB
CMYK
RGB Variations
Color information
#DE007F (or 0xDE007F) is known color: Medium Violet Red. HEX triplet: DE, 00 and 7F. RGB value is (222,0,127). Sum of RGB (Red+Green+Blue) = 222+0+127=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE007F is #21FF80. Grayscale: #505050. Windows color (decimal): -2228097 or 8323294. OLE color: 8323294.
HSL color Cylindrical-coordinate representation of color #DE007F: hue angle of 325.68º 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 #DE007F is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.43 | 0.13 |
| HSL | 325.68º | 1% | 0.44% | - |
| HSV(B) | 325.68º | 1% | 0.87% | - |
| XYZ | 33.95 | 17.06 | 21.58 | - |
| YUV | 80.86 | 154.05 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 127 | 0 | 1 | 0.43 | 0.13 | 325.68 | 1 | 0.44 |
| Hex | DE | 0 | 7F | 0 | 64 | 2B | D | 146 | 64 | 2C |
| Octal | 336 | 0 | 177 | 0 | 144 | 53 | 15 | 506 | 144 | 54 |
| Binary | 11011110 | 0 | 1111111 | 0 | 1100100 | 101011 | 1101 | 101000110 | 1100100 | 101100 |
Color Harmonies of #DE007F
Complementary color
Monochromatic Colors of #DE007F
Black with #DE007F
Text Example
Text Example
White with #DE007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE007F; }
p { color: rgb(222,0,127); }
H1.HeaderClassName
{
color: #DE007F;
}
.AnyTagClassName
{
color: #DE007F;
}
</style>
background-color css
<style>
a { background-color: #DE007F; }
a { background-color: rgb(222,0,127); }
div.DivClassName
{
background-color: #DE007F;
}
.BgClassName
{
background-color: #DE007F;
}
</style>
border-color css
<style>
span { border-color: #DE007F; }
span { border-color: rgb(222,0,127); }
td.TdClassName
{
border-color: #DE007F;
}
.TagClassName
{
border-color: #DE007F;
}
</style>