Shades of Medium Violet Red #DA1C96
Tints of Medium Violet Red #DA1C96
RGB
CMYK
RGB Variations
Color information
#DA1C96 (or 0xDA1C96) is known color: Medium Violet Red. HEX triplet: DA, 1C and 96. RGB value is (218,28,150). Sum of RGB (Red+Green+Blue) = 218+28+150=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1C96 is #25E369. Grayscale: #626262. Windows color (decimal): -2483050 or 9837786. OLE color: 9837786.
HSL color Cylindrical-coordinate representation of color #DA1C96: hue angle of 321.47º 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 #DA1C96 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 150 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.15 |
| HSL | 321.47º | 0.77% | 0.48% | - |
| HSV(B) | 321.47º | 0.87% | 0.85% | - |
| XYZ | 34.83 | 17.94 | 30.48 | - |
| YUV | 98.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 150 | 0 | 0.87 | 0.31 | 0.15 | 321.47 | 0.77 | 0.48 |
| Hex | DA | 1C | 96 | 0 | 57 | 1F | F | 141 | 4D | 30 |
| Octal | 332 | 34 | 226 | 0 | 127 | 37 | 17 | 501 | 115 | 60 |
| Binary | 11011010 | 11100 | 10010110 | 0 | 1010111 | 11111 | 1111 | 101000001 | 1001101 | 110000 |
Color Harmonies of #DA1C96
Complementary color
Monochromatic Colors of #DA1C96
Black with #DA1C96
Text Example
Text Example
White with #DA1C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C96; }
p { color: rgb(218,28,150); }
H1.HeaderClassName
{
color: #DA1C96;
}
.AnyTagClassName
{
color: #DA1C96;
}
</style>
background-color css
<style>
a { background-color: #DA1C96; }
a { background-color: rgb(218,28,150); }
div.DivClassName
{
background-color: #DA1C96;
}
.BgClassName
{
background-color: #DA1C96;
}
</style>
border-color css
<style>
span { border-color: #DA1C96; }
span { border-color: rgb(218,28,150); }
td.TdClassName
{
border-color: #DA1C96;
}
.TagClassName
{
border-color: #DA1C96;
}
</style>