Shades of Medium Violet Red #DA1D8C
Tints of Medium Violet Red #DA1D8C
RGB
CMYK
RGB Variations
Color information
#DA1D8C (or 0xDA1D8C) is known color: Medium Violet Red. HEX triplet: DA, 1D and 8C. RGB value is (218,29,140). Sum of RGB (Red+Green+Blue) = 218+29+140=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1D8C is #25E273. Grayscale: #616161. Windows color (decimal): -2482804 or 9182682. OLE color: 9182682.
HSL color Cylindrical-coordinate representation of color #DA1D8C: hue angle of 324.76º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1D8C is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 140 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.15 |
| HSL | 324.76º | 0.77% | 0.48% | - |
| HSV(B) | 324.76º | 0.87% | 0.85% | - |
| XYZ | 34.09 | 17.68 | 26.43 | - |
| YUV | 98.17 | 151.62 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 140 | 0 | 0.87 | 0.36 | 0.15 | 324.76 | 0.77 | 0.48 |
| Hex | DA | 1D | 8C | 0 | 57 | 24 | F | 145 | 4D | 30 |
| Octal | 332 | 35 | 214 | 0 | 127 | 44 | 17 | 505 | 115 | 60 |
| Binary | 11011010 | 11101 | 10001100 | 0 | 1010111 | 100100 | 1111 | 101000101 | 1001101 | 110000 |
Color Harmonies of #DA1D8C
Complementary color
Monochromatic Colors of #DA1D8C
Black with #DA1D8C
Text Example
Text Example
White with #DA1D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D8C; }
p { color: rgb(218,29,140); }
H1.HeaderClassName
{
color: #DA1D8C;
}
.AnyTagClassName
{
color: #DA1D8C;
}
</style>
background-color css
<style>
a { background-color: #DA1D8C; }
a { background-color: rgb(218,29,140); }
div.DivClassName
{
background-color: #DA1D8C;
}
.BgClassName
{
background-color: #DA1D8C;
}
</style>
border-color css
<style>
span { border-color: #DA1D8C; }
span { border-color: rgb(218,29,140); }
td.TdClassName
{
border-color: #DA1D8C;
}
.TagClassName
{
border-color: #DA1D8C;
}
</style>