Shades of Medium Violet Red #DE147A
Tints of Medium Violet Red #DE147A
RGB
CMYK
RGB Variations
Color information
#DE147A (or 0xDE147A) is known color: Medium Violet Red. HEX triplet: DE, 14 and 7A. RGB value is (222,20,122). Sum of RGB (Red+Green+Blue) = 222+20+122=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE147A is #21EB85. Grayscale: #5B5B5B. Windows color (decimal): -2222982 or 8000734. OLE color: 8000734.
HSL color Cylindrical-coordinate representation of color #DE147A: hue angle of 329.7º degrees, saturation: 0.83, 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 #DE147A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 122 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.13 |
| HSL | 329.7º | 0.83% | 0.47% | - |
| HSV(B) | 329.7º | 0.91% | 0.87% | - |
| XYZ | 33.89 | 17.44 | 19.99 | - |
| YUV | 92.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 122 | 0 | 0.91 | 0.45 | 0.13 | 329.7 | 0.83 | 0.47 |
| Hex | DE | 14 | 7A | 0 | 5B | 2D | D | 14A | 53 | 2F |
| Octal | 336 | 24 | 172 | 0 | 133 | 55 | 15 | 512 | 123 | 57 |
| Binary | 11011110 | 10100 | 1111010 | 0 | 1011011 | 101101 | 1101 | 101001010 | 1010011 | 101111 |
Color Harmonies of #DE147A
Complementary color
Monochromatic Colors of #DE147A
Black with #DE147A
Text Example
Text Example
White with #DE147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE147A; }
p { color: rgb(222,20,122); }
H1.HeaderClassName
{
color: #DE147A;
}
.AnyTagClassName
{
color: #DE147A;
}
</style>
background-color css
<style>
a { background-color: #DE147A; }
a { background-color: rgb(222,20,122); }
div.DivClassName
{
background-color: #DE147A;
}
.BgClassName
{
background-color: #DE147A;
}
</style>
border-color css
<style>
span { border-color: #DE147A; }
span { border-color: rgb(222,20,122); }
td.TdClassName
{
border-color: #DE147A;
}
.TagClassName
{
border-color: #DE147A;
}
</style>