Shades of Medium Violet Red #DE1391
Tints of Medium Violet Red #DE1391
RGB
CMYK
RGB Variations
Color information
#DE1391 (or 0xDE1391) is known color: Medium Violet Red. HEX triplet: DE, 13 and 91. RGB value is (222,19,145). Sum of RGB (Red+Green+Blue) = 222+19+145=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1391 is #21EC6E. Grayscale: #5D5D5D. Windows color (decimal): -2223215 or 9507806. OLE color: 9507806.
HSL color Cylindrical-coordinate representation of color #DE1391: hue angle of 322.76º degrees, saturation: 0.84, 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 #DE1391 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 145 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.13 |
| HSL | 322.76º | 0.84% | 0.47% | - |
| HSV(B) | 322.76º | 0.91% | 0.87% | - |
| XYZ | 35.47 | 18.04 | 28.4 | - |
| YUV | 94.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 145 | 0 | 0.91 | 0.35 | 0.13 | 322.76 | 0.84 | 0.47 |
| Hex | DE | 13 | 91 | 0 | 5B | 23 | D | 143 | 54 | 2F |
| Octal | 336 | 23 | 221 | 0 | 133 | 43 | 15 | 503 | 124 | 57 |
| Binary | 11011110 | 10011 | 10010001 | 0 | 1011011 | 100011 | 1101 | 101000011 | 1010100 | 101111 |
Color Harmonies of #DE1391
Complementary color
Monochromatic Colors of #DE1391
Black with #DE1391
Text Example
Text Example
White with #DE1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1391; }
p { color: rgb(222,19,145); }
H1.HeaderClassName
{
color: #DE1391;
}
.AnyTagClassName
{
color: #DE1391;
}
</style>
background-color css
<style>
a { background-color: #DE1391; }
a { background-color: rgb(222,19,145); }
div.DivClassName
{
background-color: #DE1391;
}
.BgClassName
{
background-color: #DE1391;
}
</style>
border-color css
<style>
span { border-color: #DE1391; }
span { border-color: rgb(222,19,145); }
td.TdClassName
{
border-color: #DE1391;
}
.TagClassName
{
border-color: #DE1391;
}
</style>