Shades of Medium Violet Red #DA158E
Tints of Medium Violet Red #DA158E
RGB
CMYK
RGB Variations
Color information
#DA158E (or 0xDA158E) is known color: Medium Violet Red. HEX triplet: DA, 15 and 8E. RGB value is (218,21,142). Sum of RGB (Red+Green+Blue) = 218+21+142=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA158E is #25EA71. Grayscale: #5D5D5D. Windows color (decimal): -2484850 or 9311706. OLE color: 9311706.
HSL color Cylindrical-coordinate representation of color #DA158E: hue angle of 323.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA158E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 142 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.15 |
| HSL | 323.15º | 0.82% | 0.47% | - |
| HSV(B) | 323.15º | 0.9% | 0.85% | - |
| XYZ | 34.06 | 17.39 | 27.15 | - |
| YUV | 93.7 | 155.27 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 142 | 0 | 0.90 | 0.35 | 0.15 | 323.15 | 0.82 | 0.47 |
| Hex | DA | 15 | 8E | 0 | 5A | 23 | F | 143 | 52 | 2F |
| Octal | 332 | 25 | 216 | 0 | 132 | 43 | 17 | 503 | 122 | 57 |
| Binary | 11011010 | 10101 | 10001110 | 0 | 1011010 | 100011 | 1111 | 101000011 | 1010010 | 101111 |
Color Harmonies of #DA158E
Complementary color
Monochromatic Colors of #DA158E
Black with #DA158E
Text Example
Text Example
White with #DA158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA158E; }
p { color: rgb(218,21,142); }
H1.HeaderClassName
{
color: #DA158E;
}
.AnyTagClassName
{
color: #DA158E;
}
</style>
background-color css
<style>
a { background-color: #DA158E; }
a { background-color: rgb(218,21,142); }
div.DivClassName
{
background-color: #DA158E;
}
.BgClassName
{
background-color: #DA158E;
}
</style>
border-color css
<style>
span { border-color: #DA158E; }
span { border-color: rgb(218,21,142); }
td.TdClassName
{
border-color: #DA158E;
}
.TagClassName
{
border-color: #DA158E;
}
</style>