Shades of Medium Violet Red #DA1C7D
Tints of Medium Violet Red #DA1C7D
RGB
CMYK
RGB Variations
Color information
#DA1C7D (or 0xDA1C7D) is known color: Medium Violet Red. HEX triplet: DA, 1C and 7D. RGB value is (218,28,125). Sum of RGB (Red+Green+Blue) = 218+28+125=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1C7D is #25E382. Grayscale: #5F5F5F. Windows color (decimal): -2483075 or 8199386. OLE color: 8199386.
HSL color Cylindrical-coordinate representation of color #DA1C7D: hue angle of 329.37º 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 #DA1C7D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 125 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.15 |
| HSL | 329.37º | 0.77% | 0.48% | - |
| HSV(B) | 329.37º | 0.87% | 0.85% | - |
| XYZ | 33.03 | 17.22 | 20.98 | - |
| YUV | 95.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 125 | 0 | 0.87 | 0.43 | 0.15 | 329.37 | 0.77 | 0.48 |
| Hex | DA | 1C | 7D | 0 | 57 | 2B | F | 149 | 4D | 30 |
| Octal | 332 | 34 | 175 | 0 | 127 | 53 | 17 | 511 | 115 | 60 |
| Binary | 11011010 | 11100 | 1111101 | 0 | 1010111 | 101011 | 1111 | 101001001 | 1001101 | 110000 |
Color Harmonies of #DA1C7D
Complementary color
Monochromatic Colors of #DA1C7D
Black with #DA1C7D
Text Example
Text Example
White with #DA1C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C7D; }
p { color: rgb(218,28,125); }
H1.HeaderClassName
{
color: #DA1C7D;
}
.AnyTagClassName
{
color: #DA1C7D;
}
</style>
background-color css
<style>
a { background-color: #DA1C7D; }
a { background-color: rgb(218,28,125); }
div.DivClassName
{
background-color: #DA1C7D;
}
.BgClassName
{
background-color: #DA1C7D;
}
</style>
border-color css
<style>
span { border-color: #DA1C7D; }
span { border-color: rgb(218,28,125); }
td.TdClassName
{
border-color: #DA1C7D;
}
.TagClassName
{
border-color: #DA1C7D;
}
</style>