Shades of Medium Violet Red #DE1398
Tints of Medium Violet Red #DE1398
RGB
CMYK
RGB Variations
Color information
#DE1398 (or 0xDE1398) is known color: Medium Violet Red. HEX triplet: DE, 13 and 98. RGB value is (222,19,152). Sum of RGB (Red+Green+Blue) = 222+19+152=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1398 is #21EC67. Grayscale: #5E5E5E. Windows color (decimal): -2223208 or 9966558. OLE color: 9966558.
HSL color Cylindrical-coordinate representation of color #DE1398: hue angle of 320.69º 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 #DE1398 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 152 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.13 |
| HSL | 320.69º | 0.84% | 0.47% | - |
| HSV(B) | 320.69º | 0.91% | 0.87% | - |
| XYZ | 36.02 | 18.26 | 31.33 | - |
| YUV | 94.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 152 | 0 | 0.91 | 0.32 | 0.13 | 320.69 | 0.84 | 0.47 |
| Hex | DE | 13 | 98 | 0 | 5B | 20 | D | 141 | 54 | 2F |
| Octal | 336 | 23 | 230 | 0 | 133 | 40 | 15 | 501 | 124 | 57 |
| Binary | 11011110 | 10011 | 10011000 | 0 | 1011011 | 100000 | 1101 | 101000001 | 1010100 | 101111 |
Color Harmonies of #DE1398
Complementary color
Monochromatic Colors of #DE1398
Black with #DE1398
Text Example
Text Example
White with #DE1398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1398; }
p { color: rgb(222,19,152); }
H1.HeaderClassName
{
color: #DE1398;
}
.AnyTagClassName
{
color: #DE1398;
}
</style>
background-color css
<style>
a { background-color: #DE1398; }
a { background-color: rgb(222,19,152); }
div.DivClassName
{
background-color: #DE1398;
}
.BgClassName
{
background-color: #DE1398;
}
</style>
border-color css
<style>
span { border-color: #DE1398; }
span { border-color: rgb(222,19,152); }
td.TdClassName
{
border-color: #DE1398;
}
.TagClassName
{
border-color: #DE1398;
}
</style>