Shades of Medium Violet Red #DA1B7B
Tints of Medium Violet Red #DA1B7B
RGB
CMYK
RGB Variations
Color information
#DA1B7B (or 0xDA1B7B) is known color: Medium Violet Red. HEX triplet: DA, 1B and 7B. RGB value is (218,27,123). Sum of RGB (Red+Green+Blue) = 218+27+123=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B7B is #25E484. Grayscale: #5E5E5E. Windows color (decimal): -2483333 or 8068058. OLE color: 8068058.
HSL color Cylindrical-coordinate representation of color #DA1B7B: hue angle of 329.84º 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 #DA1B7B is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 123 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.15 |
| HSL | 329.84º | 0.78% | 0.48% | - |
| HSV(B) | 329.84º | 0.88% | 0.85% | - |
| XYZ | 32.88 | 17.12 | 20.31 | - |
| YUV | 95.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 123 | 0 | 0.88 | 0.44 | 0.15 | 329.84 | 0.78 | 0.48 |
| Hex | DA | 1B | 7B | 0 | 58 | 2C | F | 14A | 4E | 30 |
| Octal | 332 | 33 | 173 | 0 | 130 | 54 | 17 | 512 | 116 | 60 |
| Binary | 11011010 | 11011 | 1111011 | 0 | 1011000 | 101100 | 1111 | 101001010 | 1001110 | 110000 |
Color Harmonies of #DA1B7B
Complementary color
Monochromatic Colors of #DA1B7B
Black with #DA1B7B
Text Example
Text Example
White with #DA1B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B7B; }
p { color: rgb(218,27,123); }
H1.HeaderClassName
{
color: #DA1B7B;
}
.AnyTagClassName
{
color: #DA1B7B;
}
</style>
background-color css
<style>
a { background-color: #DA1B7B; }
a { background-color: rgb(218,27,123); }
div.DivClassName
{
background-color: #DA1B7B;
}
.BgClassName
{
background-color: #DA1B7B;
}
</style>
border-color css
<style>
span { border-color: #DA1B7B; }
span { border-color: rgb(218,27,123); }
td.TdClassName
{
border-color: #DA1B7B;
}
.TagClassName
{
border-color: #DA1B7B;
}
</style>