Shades of Medium Violet Red #DE147F
Tints of Medium Violet Red #DE147F
RGB
CMYK
RGB Variations
Color information
#DE147F (or 0xDE147F) is known color: Medium Violet Red. HEX triplet: DE, 14 and 7F. RGB value is (222,20,127). Sum of RGB (Red+Green+Blue) = 222+20+127=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE147F is #21EB80. Grayscale: #5C5C5C. Windows color (decimal): -2222977 or 8328414. OLE color: 8328414.
HSL color Cylindrical-coordinate representation of color #DE147F: hue angle of 328.22º 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 #DE147F is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.13 |
| HSL | 328.22º | 0.83% | 0.47% | - |
| HSV(B) | 328.22º | 0.91% | 0.87% | - |
| XYZ | 34.21 | 17.56 | 21.67 | - |
| YUV | 92.6 | 147.42 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 127 | 0 | 0.91 | 0.43 | 0.13 | 328.22 | 0.83 | 0.47 |
| Hex | DE | 14 | 7F | 0 | 5B | 2B | D | 148 | 53 | 2F |
| Octal | 336 | 24 | 177 | 0 | 133 | 53 | 15 | 510 | 123 | 57 |
| Binary | 11011110 | 10100 | 1111111 | 0 | 1011011 | 101011 | 1101 | 101001000 | 1010011 | 101111 |
Color Harmonies of #DE147F
Complementary color
Monochromatic Colors of #DE147F
Black with #DE147F
Text Example
Text Example
White with #DE147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE147F; }
p { color: rgb(222,20,127); }
H1.HeaderClassName
{
color: #DE147F;
}
.AnyTagClassName
{
color: #DE147F;
}
</style>
background-color css
<style>
a { background-color: #DE147F; }
a { background-color: rgb(222,20,127); }
div.DivClassName
{
background-color: #DE147F;
}
.BgClassName
{
background-color: #DE147F;
}
</style>
border-color css
<style>
span { border-color: #DE147F; }
span { border-color: rgb(222,20,127); }
td.TdClassName
{
border-color: #DE147F;
}
.TagClassName
{
border-color: #DE147F;
}
</style>