Shades of Medium Violet Red #DE148C
Tints of Medium Violet Red #DE148C
RGB
CMYK
RGB Variations
Color information
#DE148C (or 0xDE148C) is known color: Medium Violet Red. HEX triplet: DE, 14 and 8C. RGB value is (222,20,140). Sum of RGB (Red+Green+Blue) = 222+20+140=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE148C is #21EB73. Grayscale: #5D5D5D. Windows color (decimal): -2222964 or 9180382. OLE color: 9180382.
HSL color Cylindrical-coordinate representation of color #DE148C: hue angle of 324.36º 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 #DE148C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 140 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.13 |
| HSL | 324.36º | 0.83% | 0.47% | - |
| HSV(B) | 324.36º | 0.91% | 0.87% | - |
| XYZ | 35.11 | 17.92 | 26.42 | - |
| YUV | 94.08 | 153.92 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 140 | 0 | 0.91 | 0.37 | 0.13 | 324.36 | 0.83 | 0.47 |
| Hex | DE | 14 | 8C | 0 | 5B | 25 | D | 144 | 53 | 2F |
| Octal | 336 | 24 | 214 | 0 | 133 | 45 | 15 | 504 | 123 | 57 |
| Binary | 11011110 | 10100 | 10001100 | 0 | 1011011 | 100101 | 1101 | 101000100 | 1010011 | 101111 |
Color Harmonies of #DE148C
Complementary color
Monochromatic Colors of #DE148C
Black with #DE148C
Text Example
Text Example
White with #DE148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE148C; }
p { color: rgb(222,20,140); }
H1.HeaderClassName
{
color: #DE148C;
}
.AnyTagClassName
{
color: #DE148C;
}
</style>
background-color css
<style>
a { background-color: #DE148C; }
a { background-color: rgb(222,20,140); }
div.DivClassName
{
background-color: #DE148C;
}
.BgClassName
{
background-color: #DE148C;
}
</style>
border-color css
<style>
span { border-color: #DE148C; }
span { border-color: rgb(222,20,140); }
td.TdClassName
{
border-color: #DE148C;
}
.TagClassName
{
border-color: #DE148C;
}
</style>