Shades of Medium Violet Red #DA128E
Tints of Medium Violet Red #DA128E
RGB
CMYK
RGB Variations
Color information
#DA128E (or 0xDA128E) is known color: Medium Violet Red. HEX triplet: DA, 12 and 8E. RGB value is (218,18,142). Sum of RGB (Red+Green+Blue) = 218+18+142=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA128E is #25ED71. Grayscale: #5B5B5B. Windows color (decimal): -2485618 or 9310938. OLE color: 9310938.
HSL color Cylindrical-coordinate representation of color #DA128E: hue angle of 322.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA128E is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.15 |
| HSL | 322.8º | 0.85% | 0.46% | - |
| HSV(B) | 322.8º | 0.92% | 0.85% | - |
| XYZ | 34.01 | 17.29 | 27.14 | - |
| YUV | 91.94 | 156.26 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 142 | 0 | 0.92 | 0.35 | 0.15 | 322.8 | 0.85 | 0.46 |
| Hex | DA | 12 | 8E | 0 | 5C | 23 | F | 143 | 55 | 2E |
| Octal | 332 | 22 | 216 | 0 | 134 | 43 | 17 | 503 | 125 | 56 |
| Binary | 11011010 | 10010 | 10001110 | 0 | 1011100 | 100011 | 1111 | 101000011 | 1010101 | 101110 |
Color Harmonies of #DA128E
Complementary color
Monochromatic Colors of #DA128E
Black with #DA128E
Text Example
Text Example
White with #DA128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA128E; }
p { color: rgb(218,18,142); }
H1.HeaderClassName
{
color: #DA128E;
}
.AnyTagClassName
{
color: #DA128E;
}
</style>
background-color css
<style>
a { background-color: #DA128E; }
a { background-color: rgb(218,18,142); }
div.DivClassName
{
background-color: #DA128E;
}
.BgClassName
{
background-color: #DA128E;
}
</style>
border-color css
<style>
span { border-color: #DA128E; }
span { border-color: rgb(218,18,142); }
td.TdClassName
{
border-color: #DA128E;
}
.TagClassName
{
border-color: #DA128E;
}
</style>