Shades of Medium Violet Red #DA1B9A
Tints of Medium Violet Red #DA1B9A
RGB
CMYK
RGB Variations
Color information
#DA1B9A (or 0xDA1B9A) is known color: Medium Violet Red. HEX triplet: DA, 1B and 9A. RGB value is (218,27,154). Sum of RGB (Red+Green+Blue) = 218+27+154=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1B9A is #25E465. Grayscale: #626262. Windows color (decimal): -2483302 or 10099674. OLE color: 10099674.
HSL color Cylindrical-coordinate representation of color #DA1B9A: hue angle of 320.1º 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 #DA1B9A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 154 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.15 |
| HSL | 320.1º | 0.78% | 0.48% | - |
| HSV(B) | 320.1º | 0.88% | 0.85% | - |
| XYZ | 35.14 | 18.02 | 32.2 | - |
| YUV | 98.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 154 | 0 | 0.88 | 0.29 | 0.15 | 320.1 | 0.78 | 0.48 |
| Hex | DA | 1B | 9A | 0 | 58 | 1D | F | 140 | 4E | 30 |
| Octal | 332 | 33 | 232 | 0 | 130 | 35 | 17 | 500 | 116 | 60 |
| Binary | 11011010 | 11011 | 10011010 | 0 | 1011000 | 11101 | 1111 | 101000000 | 1001110 | 110000 |
Color Harmonies of #DA1B9A
Complementary color
Monochromatic Colors of #DA1B9A
Black with #DA1B9A
Text Example
Text Example
White with #DA1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B9A; }
p { color: rgb(218,27,154); }
H1.HeaderClassName
{
color: #DA1B9A;
}
.AnyTagClassName
{
color: #DA1B9A;
}
</style>
background-color css
<style>
a { background-color: #DA1B9A; }
a { background-color: rgb(218,27,154); }
div.DivClassName
{
background-color: #DA1B9A;
}
.BgClassName
{
background-color: #DA1B9A;
}
</style>
border-color css
<style>
span { border-color: #DA1B9A; }
span { border-color: rgb(218,27,154); }
td.TdClassName
{
border-color: #DA1B9A;
}
.TagClassName
{
border-color: #DA1B9A;
}
</style>