Shades of Medium Violet Red #DE168E
Tints of Medium Violet Red #DE168E
RGB
CMYK
RGB Variations
Color information
#DE168E (or 0xDE168E) is known color: Medium Violet Red. HEX triplet: DE, 16 and 8E. RGB value is (222,22,142). Sum of RGB (Red+Green+Blue) = 222+22+142=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE168E is #21E971. Grayscale: #5F5F5F. Windows color (decimal): -2222450 or 9311966. OLE color: 9311966.
HSL color Cylindrical-coordinate representation of color #DE168E: hue angle of 324º 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 #DE168E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 142 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.13 |
| HSL | 324º | 0.82% | 0.48% | - |
| HSV(B) | 324º | 0.9% | 0.87% | - |
| XYZ | 35.29 | 18.06 | 27.22 | - |
| YUV | 95.48 | 154.26 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 142 | 0 | 0.90 | 0.36 | 0.13 | 324 | 0.82 | 0.48 |
| Hex | DE | 16 | 8E | 0 | 5A | 24 | D | 144 | 52 | 30 |
| Octal | 336 | 26 | 216 | 0 | 132 | 44 | 15 | 504 | 122 | 60 |
| Binary | 11011110 | 10110 | 10001110 | 0 | 1011010 | 100100 | 1101 | 101000100 | 1010010 | 110000 |
Color Harmonies of #DE168E
Complementary color
Monochromatic Colors of #DE168E
Black with #DE168E
Text Example
Text Example
White with #DE168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE168E; }
p { color: rgb(222,22,142); }
H1.HeaderClassName
{
color: #DE168E;
}
.AnyTagClassName
{
color: #DE168E;
}
</style>
background-color css
<style>
a { background-color: #DE168E; }
a { background-color: rgb(222,22,142); }
div.DivClassName
{
background-color: #DE168E;
}
.BgClassName
{
background-color: #DE168E;
}
</style>
border-color css
<style>
span { border-color: #DE168E; }
span { border-color: rgb(222,22,142); }
td.TdClassName
{
border-color: #DE168E;
}
.TagClassName
{
border-color: #DE168E;
}
</style>