Shades of Medium Violet Red #DA1D9B
Tints of Medium Violet Red #DA1D9B
RGB
CMYK
RGB Variations
Color information
#DA1D9B (or 0xDA1D9B) is known color: Medium Violet Red. HEX triplet: DA, 1D and 9B. RGB value is (218,29,155). Sum of RGB (Red+Green+Blue) = 218+29+155=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1D9B is #25E264. Grayscale: #636363. Windows color (decimal): -2482789 or 10165722. OLE color: 10165722.
HSL color Cylindrical-coordinate representation of color #DA1D9B: hue angle of 320º 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 #DA1D9B is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 155 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.15 |
| HSL | 320º | 0.77% | 0.48% | - |
| HSV(B) | 320º | 0.87% | 0.85% | - |
| XYZ | 35.27 | 18.15 | 32.65 | - |
| YUV | 99.88 | 159.12 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 155 | 0 | 0.87 | 0.29 | 0.15 | 320 | 0.77 | 0.48 |
| Hex | DA | 1D | 9B | 0 | 57 | 1D | F | 140 | 4D | 30 |
| Octal | 332 | 35 | 233 | 0 | 127 | 35 | 17 | 500 | 115 | 60 |
| Binary | 11011010 | 11101 | 10011011 | 0 | 1010111 | 11101 | 1111 | 101000000 | 1001101 | 110000 |
Color Harmonies of #DA1D9B
Complementary color
Monochromatic Colors of #DA1D9B
Black with #DA1D9B
Text Example
Text Example
White with #DA1D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D9B; }
p { color: rgb(218,29,155); }
H1.HeaderClassName
{
color: #DA1D9B;
}
.AnyTagClassName
{
color: #DA1D9B;
}
</style>
background-color css
<style>
a { background-color: #DA1D9B; }
a { background-color: rgb(218,29,155); }
div.DivClassName
{
background-color: #DA1D9B;
}
.BgClassName
{
background-color: #DA1D9B;
}
</style>
border-color css
<style>
span { border-color: #DA1D9B; }
span { border-color: rgb(218,29,155); }
td.TdClassName
{
border-color: #DA1D9B;
}
.TagClassName
{
border-color: #DA1D9B;
}
</style>