Shades of Medium Violet Red #DA1C9D
Tints of Medium Violet Red #DA1C9D
RGB
CMYK
RGB Variations
Color information
#DA1C9D (or 0xDA1C9D) is known color: Medium Violet Red. HEX triplet: DA, 1C and 9D. RGB value is (218,28,157). Sum of RGB (Red+Green+Blue) = 218+28+157=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1C9D is #25E362. Grayscale: #636363. Windows color (decimal): -2483043 or 10296538. OLE color: 10296538.
HSL color Cylindrical-coordinate representation of color #DA1C9D: hue angle of 319.26º 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 #DA1C9D is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 157 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.15 |
| HSL | 319.26º | 0.77% | 0.48% | - |
| HSV(B) | 319.26º | 0.87% | 0.85% | - |
| XYZ | 35.41 | 18.17 | 33.54 | - |
| YUV | 99.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 157 | 0 | 0.87 | 0.28 | 0.15 | 319.26 | 0.77 | 0.48 |
| Hex | DA | 1C | 9D | 0 | 57 | 1C | F | 13F | 4D | 30 |
| Octal | 332 | 34 | 235 | 0 | 127 | 34 | 17 | 477 | 115 | 60 |
| Binary | 11011010 | 11100 | 10011101 | 0 | 1010111 | 11100 | 1111 | 100111111 | 1001101 | 110000 |
Color Harmonies of #DA1C9D
Complementary color
Monochromatic Colors of #DA1C9D
Black with #DA1C9D
Text Example
Text Example
White with #DA1C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C9D; }
p { color: rgb(218,28,157); }
H1.HeaderClassName
{
color: #DA1C9D;
}
.AnyTagClassName
{
color: #DA1C9D;
}
</style>
background-color css
<style>
a { background-color: #DA1C9D; }
a { background-color: rgb(218,28,157); }
div.DivClassName
{
background-color: #DA1C9D;
}
.BgClassName
{
background-color: #DA1C9D;
}
</style>
border-color css
<style>
span { border-color: #DA1C9D; }
span { border-color: rgb(218,28,157); }
td.TdClassName
{
border-color: #DA1C9D;
}
.TagClassName
{
border-color: #DA1C9D;
}
</style>