Shades of Medium Violet Red #DE157A
Tints of Medium Violet Red #DE157A
RGB
CMYK
RGB Variations
Color information
#DE157A (or 0xDE157A) is known color: Medium Violet Red. HEX triplet: DE, 15 and 7A. RGB value is (222,21,122). Sum of RGB (Red+Green+Blue) = 222+21+122=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE157A is #21EA85. Grayscale: #5C5C5C. Windows color (decimal): -2222726 or 8000990. OLE color: 8000990.
HSL color Cylindrical-coordinate representation of color #DE157A: hue angle of 329.85º 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 #DE157A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.13 |
| HSL | 329.85º | 0.83% | 0.48% | - |
| HSV(B) | 329.85º | 0.91% | 0.87% | - |
| XYZ | 33.91 | 17.47 | 20 | - |
| YUV | 92.61 | 144.59 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 122 | 0 | 0.91 | 0.45 | 0.13 | 329.85 | 0.83 | 0.48 |
| Hex | DE | 15 | 7A | 0 | 5B | 2D | D | 14A | 53 | 30 |
| Octal | 336 | 25 | 172 | 0 | 133 | 55 | 15 | 512 | 123 | 60 |
| Binary | 11011110 | 10101 | 1111010 | 0 | 1011011 | 101101 | 1101 | 101001010 | 1010011 | 110000 |
Color Harmonies of #DE157A
Complementary color
Monochromatic Colors of #DE157A
Black with #DE157A
Text Example
Text Example
White with #DE157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE157A; }
p { color: rgb(222,21,122); }
H1.HeaderClassName
{
color: #DE157A;
}
.AnyTagClassName
{
color: #DE157A;
}
</style>
background-color css
<style>
a { background-color: #DE157A; }
a { background-color: rgb(222,21,122); }
div.DivClassName
{
background-color: #DE157A;
}
.BgClassName
{
background-color: #DE157A;
}
</style>
border-color css
<style>
span { border-color: #DE157A; }
span { border-color: rgb(222,21,122); }
td.TdClassName
{
border-color: #DE157A;
}
.TagClassName
{
border-color: #DE157A;
}
</style>