Shades of Medium Violet Red #DE028B
Tints of Medium Violet Red #DE028B
RGB
CMYK
RGB Variations
Color information
#DE028B (or 0xDE028B) is known color: Medium Violet Red. HEX triplet: DE, 02 and 8B. RGB value is (222,2,139). Sum of RGB (Red+Green+Blue) = 222+2+139=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE028B is #21FD74. Grayscale: #535353. Windows color (decimal): -2227573 or 9110238. OLE color: 9110238.
HSL color Cylindrical-coordinate representation of color #DE028B: hue angle of 322.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE028B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.13 |
| HSL | 322.64º | 0.98% | 0.44% | - |
| HSV(B) | 322.64º | 0.99% | 0.87% | - |
| XYZ | 34.81 | 17.44 | 25.96 | - |
| YUV | 83.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 139 | 0 | 0.99 | 0.37 | 0.13 | 322.64 | 0.98 | 0.44 |
| Hex | DE | 2 | 8B | 0 | 63 | 25 | D | 143 | 62 | 2C |
| Octal | 336 | 2 | 213 | 0 | 143 | 45 | 15 | 503 | 142 | 54 |
| Binary | 11011110 | 10 | 10001011 | 0 | 1100011 | 100101 | 1101 | 101000011 | 1100010 | 101100 |
Color Harmonies of #DE028B
Complementary color
Monochromatic Colors of #DE028B
Black with #DE028B
Text Example
Text Example
White with #DE028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE028B; }
p { color: rgb(222,2,139); }
H1.HeaderClassName
{
color: #DE028B;
}
.AnyTagClassName
{
color: #DE028B;
}
</style>
background-color css
<style>
a { background-color: #DE028B; }
a { background-color: rgb(222,2,139); }
div.DivClassName
{
background-color: #DE028B;
}
.BgClassName
{
background-color: #DE028B;
}
</style>
border-color css
<style>
span { border-color: #DE028B; }
span { border-color: rgb(222,2,139); }
td.TdClassName
{
border-color: #DE028B;
}
.TagClassName
{
border-color: #DE028B;
}
</style>