Shades of Medium Violet Red #DA18A2
Tints of Medium Violet Red #DA18A2
RGB
CMYK
RGB Variations
Color information
#DA18A2 (or 0xDA18A2) is known color: Medium Violet Red. HEX triplet: DA, 18 and A2. RGB value is (218,24,162). Sum of RGB (Red+Green+Blue) = 218+24+162=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA18A2 is #25E75D. Grayscale: #616161. Windows color (decimal): -2484062 or 10623194. OLE color: 10623194.
HSL color Cylindrical-coordinate representation of color #DA18A2: hue angle of 317.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA18A2 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 162 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.15 |
| HSL | 317.32º | 0.8% | 0.47% | - |
| HSV(B) | 317.32º | 0.89% | 0.85% | - |
| XYZ | 35.76 | 18.17 | 35.8 | - |
| YUV | 97.74 | 164.27 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 162 | 0 | 0.89 | 0.26 | 0.15 | 317.32 | 0.8 | 0.47 |
| Hex | DA | 18 | A2 | 0 | 59 | 1A | F | 13D | 50 | 2F |
| Octal | 332 | 30 | 242 | 0 | 131 | 32 | 17 | 475 | 120 | 57 |
| Binary | 11011010 | 11000 | 10100010 | 0 | 1011001 | 11010 | 1111 | 100111101 | 1010000 | 101111 |
Color Harmonies of #DA18A2
Complementary color
Monochromatic Colors of #DA18A2
Black with #DA18A2
Text Example
Text Example
White with #DA18A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18A2; }
p { color: rgb(218,24,162); }
H1.HeaderClassName
{
color: #DA18A2;
}
.AnyTagClassName
{
color: #DA18A2;
}
</style>
background-color css
<style>
a { background-color: #DA18A2; }
a { background-color: rgb(218,24,162); }
div.DivClassName
{
background-color: #DA18A2;
}
.BgClassName
{
background-color: #DA18A2;
}
</style>
border-color css
<style>
span { border-color: #DA18A2; }
span { border-color: rgb(218,24,162); }
td.TdClassName
{
border-color: #DA18A2;
}
.TagClassName
{
border-color: #DA18A2;
}
</style>