Shades of Medium Violet Red #DE1593
Tints of Medium Violet Red #DE1593
RGB
CMYK
RGB Variations
Color information
#DE1593 (or 0xDE1593) is known color: Medium Violet Red. HEX triplet: DE, 15 and 93. RGB value is (222,21,147). Sum of RGB (Red+Green+Blue) = 222+21+147=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1593 is #21EA6C. Grayscale: #5F5F5F. Windows color (decimal): -2222701 or 9639390. OLE color: 9639390.
HSL color Cylindrical-coordinate representation of color #DE1593: hue angle of 322.39º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1593 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 147 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.13 |
| HSL | 322.39º | 0.83% | 0.48% | - |
| HSV(B) | 322.39º | 0.91% | 0.87% | - |
| XYZ | 35.66 | 18.17 | 29.23 | - |
| YUV | 95.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 147 | 0 | 0.91 | 0.34 | 0.13 | 322.39 | 0.83 | 0.48 |
| Hex | DE | 15 | 93 | 0 | 5B | 22 | D | 142 | 53 | 30 |
| Octal | 336 | 25 | 223 | 0 | 133 | 42 | 15 | 502 | 123 | 60 |
| Binary | 11011110 | 10101 | 10010011 | 0 | 1011011 | 100010 | 1101 | 101000010 | 1010011 | 110000 |
Color Harmonies of #DE1593
Complementary color
Monochromatic Colors of #DE1593
Black with #DE1593
Text Example
Text Example
White with #DE1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1593; }
p { color: rgb(222,21,147); }
H1.HeaderClassName
{
color: #DE1593;
}
.AnyTagClassName
{
color: #DE1593;
}
</style>
background-color css
<style>
a { background-color: #DE1593; }
a { background-color: rgb(222,21,147); }
div.DivClassName
{
background-color: #DE1593;
}
.BgClassName
{
background-color: #DE1593;
}
</style>
border-color css
<style>
span { border-color: #DE1593; }
span { border-color: rgb(222,21,147); }
td.TdClassName
{
border-color: #DE1593;
}
.TagClassName
{
border-color: #DE1593;
}
</style>