Shades of Medium Violet Red #DE1781
Tints of Medium Violet Red #DE1781
RGB
CMYK
RGB Variations
Color information
#DE1781 (or 0xDE1781) is known color: Medium Violet Red. HEX triplet: DE, 17 and 81. RGB value is (222,23,129). Sum of RGB (Red+Green+Blue) = 222+23+129=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1781 is #21E87E. Grayscale: #5E5E5E. Windows color (decimal): -2222207 or 8460254. OLE color: 8460254.
HSL color Cylindrical-coordinate representation of color #DE1781: hue angle of 328.04º degrees, saturation: 0.81, 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 #DE1781 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 129 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.13 |
| HSL | 328.04º | 0.81% | 0.48% | - |
| HSV(B) | 328.04º | 0.9% | 0.87% | - |
| XYZ | 34.39 | 17.73 | 22.38 | - |
| YUV | 94.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 129 | 0 | 0.90 | 0.42 | 0.13 | 328.04 | 0.81 | 0.48 |
| Hex | DE | 17 | 81 | 0 | 5A | 2A | D | 148 | 51 | 30 |
| Octal | 336 | 27 | 201 | 0 | 132 | 52 | 15 | 510 | 121 | 60 |
| Binary | 11011110 | 10111 | 10000001 | 0 | 1011010 | 101010 | 1101 | 101001000 | 1010001 | 110000 |
Color Harmonies of #DE1781
Complementary color
Monochromatic Colors of #DE1781
Black with #DE1781
Text Example
Text Example
White with #DE1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1781; }
p { color: rgb(222,23,129); }
H1.HeaderClassName
{
color: #DE1781;
}
.AnyTagClassName
{
color: #DE1781;
}
</style>
background-color css
<style>
a { background-color: #DE1781; }
a { background-color: rgb(222,23,129); }
div.DivClassName
{
background-color: #DE1781;
}
.BgClassName
{
background-color: #DE1781;
}
</style>
border-color css
<style>
span { border-color: #DE1781; }
span { border-color: rgb(222,23,129); }
td.TdClassName
{
border-color: #DE1781;
}
.TagClassName
{
border-color: #DE1781;
}
</style>