Shades of Medium Violet Red #DA159D
Tints of Medium Violet Red #DA159D
RGB
CMYK
RGB Variations
Color information
#DA159D (or 0xDA159D) is known color: Medium Violet Red. HEX triplet: DA, 15 and 9D. RGB value is (218,21,157). Sum of RGB (Red+Green+Blue) = 218+21+157=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA159D is #25EA62. Grayscale: #5F5F5F. Windows color (decimal): -2484835 or 10294746. OLE color: 10294746.
HSL color Cylindrical-coordinate representation of color #DA159D: hue angle of 318.58º 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 #DA159D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 157 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.15 |
| HSL | 318.58º | 0.82% | 0.47% | - |
| HSV(B) | 318.58º | 0.9% | 0.85% | - |
| XYZ | 35.27 | 17.88 | 33.49 | - |
| YUV | 95.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 157 | 0 | 0.90 | 0.28 | 0.15 | 318.58 | 0.82 | 0.47 |
| Hex | DA | 15 | 9D | 0 | 5A | 1C | F | 13F | 52 | 2F |
| Octal | 332 | 25 | 235 | 0 | 132 | 34 | 17 | 477 | 122 | 57 |
| Binary | 11011010 | 10101 | 10011101 | 0 | 1011010 | 11100 | 1111 | 100111111 | 1010010 | 101111 |
Color Harmonies of #DA159D
Complementary color
Monochromatic Colors of #DA159D
Black with #DA159D
Text Example
Text Example
White with #DA159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA159D; }
p { color: rgb(218,21,157); }
H1.HeaderClassName
{
color: #DA159D;
}
.AnyTagClassName
{
color: #DA159D;
}
</style>
background-color css
<style>
a { background-color: #DA159D; }
a { background-color: rgb(218,21,157); }
div.DivClassName
{
background-color: #DA159D;
}
.BgClassName
{
background-color: #DA159D;
}
</style>
border-color css
<style>
span { border-color: #DA159D; }
span { border-color: rgb(218,21,157); }
td.TdClassName
{
border-color: #DA159D;
}
.TagClassName
{
border-color: #DA159D;
}
</style>