Shades of Medium Violet Red #DA18A0
Tints of Medium Violet Red #DA18A0
RGB
CMYK
RGB Variations
Color information
#DA18A0 (or 0xDA18A0) is known color: Medium Violet Red. HEX triplet: DA, 18 and A0. RGB value is (218,24,160). Sum of RGB (Red+Green+Blue) = 218+24+160=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA18A0 is #25E75F. Grayscale: #616161. Windows color (decimal): -2484064 or 10492122. OLE color: 10492122.
HSL color Cylindrical-coordinate representation of color #DA18A0: hue angle of 317.94º 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 #DA18A0 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 160 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.15 |
| HSL | 317.94º | 0.8% | 0.47% | - |
| HSV(B) | 317.94º | 0.89% | 0.85% | - |
| XYZ | 35.59 | 18.1 | 34.88 | - |
| YUV | 97.51 | 163.27 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 160 | 0 | 0.89 | 0.27 | 0.15 | 317.94 | 0.8 | 0.47 |
| Hex | DA | 18 | A0 | 0 | 59 | 1B | F | 13E | 50 | 2F |
| Octal | 332 | 30 | 240 | 0 | 131 | 33 | 17 | 476 | 120 | 57 |
| Binary | 11011010 | 11000 | 10100000 | 0 | 1011001 | 11011 | 1111 | 100111110 | 1010000 | 101111 |
Color Harmonies of #DA18A0
Complementary color
Monochromatic Colors of #DA18A0
Black with #DA18A0
Text Example
Text Example
White with #DA18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18A0; }
p { color: rgb(218,24,160); }
H1.HeaderClassName
{
color: #DA18A0;
}
.AnyTagClassName
{
color: #DA18A0;
}
</style>
background-color css
<style>
a { background-color: #DA18A0; }
a { background-color: rgb(218,24,160); }
div.DivClassName
{
background-color: #DA18A0;
}
.BgClassName
{
background-color: #DA18A0;
}
</style>
border-color css
<style>
span { border-color: #DA18A0; }
span { border-color: rgb(218,24,160); }
td.TdClassName
{
border-color: #DA18A0;
}
.TagClassName
{
border-color: #DA18A0;
}
</style>