Shades of Medium Violet Red #DE167F
Tints of Medium Violet Red #DE167F
RGB
CMYK
RGB Variations
Color information
#DE167F (or 0xDE167F) is known color: Medium Violet Red. HEX triplet: DE, 16 and 7F. RGB value is (222,22,127). Sum of RGB (Red+Green+Blue) = 222+22+127=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE167F is #21E980. Grayscale: #5D5D5D. Windows color (decimal): -2222465 or 8328926. OLE color: 8328926.
HSL color Cylindrical-coordinate representation of color #DE167F: hue angle of 328.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE167F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 127 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.13 |
| HSL | 328.5º | 0.82% | 0.48% | - |
| HSV(B) | 328.5º | 0.9% | 0.87% | - |
| XYZ | 34.24 | 17.64 | 21.68 | - |
| YUV | 93.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 127 | 0 | 0.90 | 0.43 | 0.13 | 328.5 | 0.82 | 0.48 |
| Hex | DE | 16 | 7F | 0 | 5A | 2B | D | 148 | 52 | 30 |
| Octal | 336 | 26 | 177 | 0 | 132 | 53 | 15 | 510 | 122 | 60 |
| Binary | 11011110 | 10110 | 1111111 | 0 | 1011010 | 101011 | 1101 | 101001000 | 1010010 | 110000 |
Color Harmonies of #DE167F
Complementary color
Monochromatic Colors of #DE167F
Black with #DE167F
Text Example
Text Example
White with #DE167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE167F; }
p { color: rgb(222,22,127); }
H1.HeaderClassName
{
color: #DE167F;
}
.AnyTagClassName
{
color: #DE167F;
}
</style>
background-color css
<style>
a { background-color: #DE167F; }
a { background-color: rgb(222,22,127); }
div.DivClassName
{
background-color: #DE167F;
}
.BgClassName
{
background-color: #DE167F;
}
</style>
border-color css
<style>
span { border-color: #DE167F; }
span { border-color: rgb(222,22,127); }
td.TdClassName
{
border-color: #DE167F;
}
.TagClassName
{
border-color: #DE167F;
}
</style>