Shades of Medium Violet Red #DA159A
Tints of Medium Violet Red #DA159A
RGB
CMYK
RGB Variations
Color information
#DA159A (or 0xDA159A) is known color: Medium Violet Red. HEX triplet: DA, 15 and 9A. RGB value is (218,21,154). Sum of RGB (Red+Green+Blue) = 218+21+154=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA159A is #25EA65. Grayscale: #5E5E5E. Windows color (decimal): -2484838 or 10098138. OLE color: 10098138.
HSL color Cylindrical-coordinate representation of color #DA159A: hue angle of 319.49º 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 #DA159A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 154 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.15 |
| HSL | 319.49º | 0.82% | 0.47% | - |
| HSV(B) | 319.49º | 0.9% | 0.85% | - |
| XYZ | 35.01 | 17.77 | 32.16 | - |
| YUV | 95.07 | 161.27 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 154 | 0 | 0.90 | 0.29 | 0.15 | 319.49 | 0.82 | 0.47 |
| Hex | DA | 15 | 9A | 0 | 5A | 1D | F | 13F | 52 | 2F |
| Octal | 332 | 25 | 232 | 0 | 132 | 35 | 17 | 477 | 122 | 57 |
| Binary | 11011010 | 10101 | 10011010 | 0 | 1011010 | 11101 | 1111 | 100111111 | 1010010 | 101111 |
Color Harmonies of #DA159A
Complementary color
Monochromatic Colors of #DA159A
Black with #DA159A
Text Example
Text Example
White with #DA159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA159A; }
p { color: rgb(218,21,154); }
H1.HeaderClassName
{
color: #DA159A;
}
.AnyTagClassName
{
color: #DA159A;
}
</style>
background-color css
<style>
a { background-color: #DA159A; }
a { background-color: rgb(218,21,154); }
div.DivClassName
{
background-color: #DA159A;
}
.BgClassName
{
background-color: #DA159A;
}
</style>
border-color css
<style>
span { border-color: #DA159A; }
span { border-color: rgb(218,21,154); }
td.TdClassName
{
border-color: #DA159A;
}
.TagClassName
{
border-color: #DA159A;
}
</style>