Shades of Medium Violet Red #DE107B
Tints of Medium Violet Red #DE107B
RGB
CMYK
RGB Variations
Color information
#DE107B (or 0xDE107B) is known color: Medium Violet Red. HEX triplet: DE, 10 and 7B. RGB value is (222,16,123). Sum of RGB (Red+Green+Blue) = 222+16+123=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE107B is #21EF84. Grayscale: #595959. Windows color (decimal): -2224005 or 8065246. OLE color: 8065246.
HSL color Cylindrical-coordinate representation of color #DE107B: hue angle of 328.83º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE107B is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 123 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.13 |
| HSL | 328.84º | 0.87% | 0.47% | - |
| HSV(B) | 328.84º | 0.93% | 0.87% | - |
| XYZ | 33.88 | 17.33 | 20.3 | - |
| YUV | 89.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 123 | 0 | 0.93 | 0.45 | 0.13 | 328.84 | 0.87 | 0.47 |
| Hex | DE | 10 | 7B | 0 | 5D | 2D | D | 149 | 57 | 2F |
| Octal | 336 | 20 | 173 | 0 | 135 | 55 | 15 | 511 | 127 | 57 |
| Binary | 11011110 | 10000 | 1111011 | 0 | 1011101 | 101101 | 1101 | 101001001 | 1010111 | 101111 |
Color Harmonies of #DE107B
Complementary color
Monochromatic Colors of #DE107B
Black with #DE107B
Text Example
Text Example
White with #DE107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE107B; }
p { color: rgb(222,16,123); }
H1.HeaderClassName
{
color: #DE107B;
}
.AnyTagClassName
{
color: #DE107B;
}
</style>
background-color css
<style>
a { background-color: #DE107B; }
a { background-color: rgb(222,16,123); }
div.DivClassName
{
background-color: #DE107B;
}
.BgClassName
{
background-color: #DE107B;
}
</style>
border-color css
<style>
span { border-color: #DE107B; }
span { border-color: rgb(222,16,123); }
td.TdClassName
{
border-color: #DE107B;
}
.TagClassName
{
border-color: #DE107B;
}
</style>