Shades of Medium Violet Red #DE148B
Tints of Medium Violet Red #DE148B
RGB
CMYK
RGB Variations
Color information
#DE148B (or 0xDE148B) is known color: Medium Violet Red. HEX triplet: DE, 14 and 8B. RGB value is (222,20,139). Sum of RGB (Red+Green+Blue) = 222+20+139=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE148B is #21EB74. Grayscale: #5D5D5D. Windows color (decimal): -2222965 or 9114846. OLE color: 9114846.
HSL color Cylindrical-coordinate representation of color #DE148B: hue angle of 324.65º 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 #DE148B is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.13 |
| HSL | 324.65º | 0.83% | 0.47% | - |
| HSV(B) | 324.65º | 0.91% | 0.87% | - |
| XYZ | 35.03 | 17.89 | 26.03 | - |
| YUV | 93.96 | 153.42 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 139 | 0 | 0.91 | 0.37 | 0.13 | 324.65 | 0.83 | 0.47 |
| Hex | DE | 14 | 8B | 0 | 5B | 25 | D | 145 | 53 | 2F |
| Octal | 336 | 24 | 213 | 0 | 133 | 45 | 15 | 505 | 123 | 57 |
| Binary | 11011110 | 10100 | 10001011 | 0 | 1011011 | 100101 | 1101 | 101000101 | 1010011 | 101111 |
Color Harmonies of #DE148B
Complementary color
Monochromatic Colors of #DE148B
Black with #DE148B
Text Example
Text Example
White with #DE148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE148B; }
p { color: rgb(222,20,139); }
H1.HeaderClassName
{
color: #DE148B;
}
.AnyTagClassName
{
color: #DE148B;
}
</style>
background-color css
<style>
a { background-color: #DE148B; }
a { background-color: rgb(222,20,139); }
div.DivClassName
{
background-color: #DE148B;
}
.BgClassName
{
background-color: #DE148B;
}
</style>
border-color css
<style>
span { border-color: #DE148B; }
span { border-color: rgb(222,20,139); }
td.TdClassName
{
border-color: #DE148B;
}
.TagClassName
{
border-color: #DE148B;
}
</style>