Shades of Medium Violet Red #DE1692
Tints of Medium Violet Red #DE1692
RGB
CMYK
RGB Variations
Color information
#DE1692 (or 0xDE1692) is known color: Medium Violet Red. HEX triplet: DE, 16 and 92. RGB value is (222,22,146). Sum of RGB (Red+Green+Blue) = 222+22+146=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1692 is #21E96D. Grayscale: #5F5F5F. Windows color (decimal): -2222446 or 9574110. OLE color: 9574110.
HSL color Cylindrical-coordinate representation of color #DE1692: hue angle of 322.8º 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 #DE1692 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 146 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.13 |
| HSL | 322.8º | 0.82% | 0.48% | - |
| HSV(B) | 322.8º | 0.9% | 0.87% | - |
| XYZ | 35.6 | 18.18 | 28.83 | - |
| YUV | 95.94 | 156.26 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 146 | 0 | 0.90 | 0.34 | 0.13 | 322.8 | 0.82 | 0.48 |
| Hex | DE | 16 | 92 | 0 | 5A | 22 | D | 143 | 52 | 30 |
| Octal | 336 | 26 | 222 | 0 | 132 | 42 | 15 | 503 | 122 | 60 |
| Binary | 11011110 | 10110 | 10010010 | 0 | 1011010 | 100010 | 1101 | 101000011 | 1010010 | 110000 |
Color Harmonies of #DE1692
Complementary color
Monochromatic Colors of #DE1692
Black with #DE1692
Text Example
Text Example
White with #DE1692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1692; }
p { color: rgb(222,22,146); }
H1.HeaderClassName
{
color: #DE1692;
}
.AnyTagClassName
{
color: #DE1692;
}
</style>
background-color css
<style>
a { background-color: #DE1692; }
a { background-color: rgb(222,22,146); }
div.DivClassName
{
background-color: #DE1692;
}
.BgClassName
{
background-color: #DE1692;
}
</style>
border-color css
<style>
span { border-color: #DE1692; }
span { border-color: rgb(222,22,146); }
td.TdClassName
{
border-color: #DE1692;
}
.TagClassName
{
border-color: #DE1692;
}
</style>