Shades of Medium Violet Red #DA1B7C
Tints of Medium Violet Red #DA1B7C
RGB
CMYK
RGB Variations
Color information
#DA1B7C (or 0xDA1B7C) is known color: Medium Violet Red. HEX triplet: DA, 1B and 7C. RGB value is (218,27,124). Sum of RGB (Red+Green+Blue) = 218+27+124=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B7C is #25E483. Grayscale: #5E5E5E. Windows color (decimal): -2483332 or 8133594. OLE color: 8133594.
HSL color Cylindrical-coordinate representation of color #DA1B7C: hue angle of 329.53º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B7C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 124 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.15 |
| HSL | 329.53º | 0.78% | 0.48% | - |
| HSV(B) | 329.53º | 0.88% | 0.85% | - |
| XYZ | 32.94 | 17.14 | 20.64 | - |
| YUV | 95.17 | 144.28 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 124 | 0 | 0.88 | 0.43 | 0.15 | 329.53 | 0.78 | 0.48 |
| Hex | DA | 1B | 7C | 0 | 58 | 2B | F | 14A | 4E | 30 |
| Octal | 332 | 33 | 174 | 0 | 130 | 53 | 17 | 512 | 116 | 60 |
| Binary | 11011010 | 11011 | 1111100 | 0 | 1011000 | 101011 | 1111 | 101001010 | 1001110 | 110000 |
Color Harmonies of #DA1B7C
Complementary color
Monochromatic Colors of #DA1B7C
Black with #DA1B7C
Text Example
Text Example
White with #DA1B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B7C; }
p { color: rgb(218,27,124); }
H1.HeaderClassName
{
color: #DA1B7C;
}
.AnyTagClassName
{
color: #DA1B7C;
}
</style>
background-color css
<style>
a { background-color: #DA1B7C; }
a { background-color: rgb(218,27,124); }
div.DivClassName
{
background-color: #DA1B7C;
}
.BgClassName
{
background-color: #DA1B7C;
}
</style>
border-color css
<style>
span { border-color: #DA1B7C; }
span { border-color: rgb(218,27,124); }
td.TdClassName
{
border-color: #DA1B7C;
}
.TagClassName
{
border-color: #DA1B7C;
}
</style>