Shades of Medium Violet Red #DA018C
Tints of Medium Violet Red #DA018C
RGB
CMYK
RGB Variations
Color information
#DA018C (or 0xDA018C) is known color: Medium Violet Red. HEX triplet: DA, 01 and 8C. RGB value is (218,1,140). Sum of RGB (Red+Green+Blue) = 218+1+140=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA018C is #25FE73. Grayscale: #515151. Windows color (decimal): -2489972 or 9175514. OLE color: 9175514.
HSL color Cylindrical-coordinate representation of color #DA018C: hue angle of 321.57º 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 #DA018C is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.15 |
| HSL | 321.57º | 0.99% | 0.43% | - |
| HSV(B) | 321.57º | 1% | 0.85% | - |
| XYZ | 33.66 | 16.82 | 26.28 | - |
| YUV | 81.73 | 160.89 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 140 | 0 | 1.00 | 0.36 | 0.15 | 321.57 | 0.99 | 0.43 |
| Hex | DA | 1 | 8C | 0 | 64 | 24 | F | 142 | 63 | 2B |
| Octal | 332 | 1 | 214 | 0 | 144 | 44 | 17 | 502 | 143 | 53 |
| Binary | 11011010 | 1 | 10001100 | 0 | 1100100 | 100100 | 1111 | 101000010 | 1100011 | 101011 |
Color Harmonies of #DA018C
Complementary color
Monochromatic Colors of #DA018C
Black with #DA018C
Text Example
Text Example
White with #DA018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA018C; }
p { color: rgb(218,1,140); }
H1.HeaderClassName
{
color: #DA018C;
}
.AnyTagClassName
{
color: #DA018C;
}
</style>
background-color css
<style>
a { background-color: #DA018C; }
a { background-color: rgb(218,1,140); }
div.DivClassName
{
background-color: #DA018C;
}
.BgClassName
{
background-color: #DA018C;
}
</style>
border-color css
<style>
span { border-color: #DA018C; }
span { border-color: rgb(218,1,140); }
td.TdClassName
{
border-color: #DA018C;
}
.TagClassName
{
border-color: #DA018C;
}
</style>