Shades of Medium Violet Red #DE1479
Tints of Medium Violet Red #DE1479
RGB
CMYK
RGB Variations
Color information
#DE1479 (or 0xDE1479) is known color: Medium Violet Red. HEX triplet: DE, 14 and 79. RGB value is (222,20,121). Sum of RGB (Red+Green+Blue) = 222+20+121=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1479 is #21EB86. Grayscale: #5B5B5B. Windows color (decimal): -2222983 or 7935198. OLE color: 7935198.
HSL color Cylindrical-coordinate representation of color #DE1479: hue angle of 330º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1479 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 121 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.13 |
| HSL | 330º | 0.83% | 0.47% | - |
| HSV(B) | 330º | 0.91% | 0.87% | - |
| XYZ | 33.83 | 17.41 | 19.67 | - |
| YUV | 91.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 121 | 0 | 0.91 | 0.45 | 0.13 | 330 | 0.83 | 0.47 |
| Hex | DE | 14 | 79 | 0 | 5B | 2D | D | 14A | 53 | 2F |
| Octal | 336 | 24 | 171 | 0 | 133 | 55 | 15 | 512 | 123 | 57 |
| Binary | 11011110 | 10100 | 1111001 | 0 | 1011011 | 101101 | 1101 | 101001010 | 1010011 | 101111 |
Color Harmonies of #DE1479
Complementary color
Monochromatic Colors of #DE1479
Black with #DE1479
Text Example
Text Example
White with #DE1479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1479; }
p { color: rgb(222,20,121); }
H1.HeaderClassName
{
color: #DE1479;
}
.AnyTagClassName
{
color: #DE1479;
}
</style>
background-color css
<style>
a { background-color: #DE1479; }
a { background-color: rgb(222,20,121); }
div.DivClassName
{
background-color: #DE1479;
}
.BgClassName
{
background-color: #DE1479;
}
</style>
border-color css
<style>
span { border-color: #DE1479; }
span { border-color: rgb(222,20,121); }
td.TdClassName
{
border-color: #DE1479;
}
.TagClassName
{
border-color: #DE1479;
}
</style>