Shades of Medium Violet Red #DA018E
Tints of Medium Violet Red #DA018E
RGB
CMYK
RGB Variations
Color information
#DA018E (or 0xDA018E) is known color: Medium Violet Red. HEX triplet: DA, 01 and 8E. RGB value is (218,1,142). Sum of RGB (Red+Green+Blue) = 218+1+142=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA018E is #25FE71. Grayscale: #515151. Windows color (decimal): -2489970 or 9306586. OLE color: 9306586.
HSL color Cylindrical-coordinate representation of color #DA018E: hue angle of 321.01º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA018E is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 142 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.15 |
| HSL | 321.01º | 0.99% | 0.43% | - |
| HSV(B) | 321.01º | 1% | 0.85% | - |
| XYZ | 33.81 | 16.88 | 27.07 | - |
| YUV | 81.96 | 161.89 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 142 | 0 | 1.00 | 0.35 | 0.15 | 321.01 | 0.99 | 0.43 |
| Hex | DA | 1 | 8E | 0 | 64 | 23 | F | 141 | 63 | 2B |
| Octal | 332 | 1 | 216 | 0 | 144 | 43 | 17 | 501 | 143 | 53 |
| Binary | 11011010 | 1 | 10001110 | 0 | 1100100 | 100011 | 1111 | 101000001 | 1100011 | 101011 |
Color Harmonies of #DA018E
Complementary color
Monochromatic Colors of #DA018E
Black with #DA018E
Text Example
Text Example
White with #DA018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA018E; }
p { color: rgb(218,1,142); }
H1.HeaderClassName
{
color: #DA018E;
}
.AnyTagClassName
{
color: #DA018E;
}
</style>
background-color css
<style>
a { background-color: #DA018E; }
a { background-color: rgb(218,1,142); }
div.DivClassName
{
background-color: #DA018E;
}
.BgClassName
{
background-color: #DA018E;
}
</style>
border-color css
<style>
span { border-color: #DA018E; }
span { border-color: rgb(218,1,142); }
td.TdClassName
{
border-color: #DA018E;
}
.TagClassName
{
border-color: #DA018E;
}
</style>