Shades of Medium Violet Red #DA0189
Tints of Medium Violet Red #DA0189
RGB
CMYK
RGB Variations
Color information
#DA0189 (or 0xDA0189) is known color: Medium Violet Red. HEX triplet: DA, 01 and 89. RGB value is (218,1,137). Sum of RGB (Red+Green+Blue) = 218+1+137=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0189 is #25FE76. Grayscale: #515151. Windows color (decimal): -2489975 or 8978906. OLE color: 8978906.
HSL color Cylindrical-coordinate representation of color #DA0189: hue angle of 322.4º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0189 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.15 |
| HSL | 322.4º | 0.99% | 0.43% | - |
| HSV(B) | 322.4º | 1% | 0.85% | - |
| XYZ | 33.44 | 16.73 | 25.13 | - |
| YUV | 81.39 | 159.39 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 137 | 0 | 1.00 | 0.37 | 0.15 | 322.4 | 0.99 | 0.43 |
| Hex | DA | 1 | 89 | 0 | 64 | 25 | F | 142 | 63 | 2B |
| Octal | 332 | 1 | 211 | 0 | 144 | 45 | 17 | 502 | 143 | 53 |
| Binary | 11011010 | 1 | 10001001 | 0 | 1100100 | 100101 | 1111 | 101000010 | 1100011 | 101011 |
Color Harmonies of #DA0189
Complementary color
Monochromatic Colors of #DA0189
Black with #DA0189
Text Example
Text Example
White with #DA0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0189; }
p { color: rgb(218,1,137); }
H1.HeaderClassName
{
color: #DA0189;
}
.AnyTagClassName
{
color: #DA0189;
}
</style>
background-color css
<style>
a { background-color: #DA0189; }
a { background-color: rgb(218,1,137); }
div.DivClassName
{
background-color: #DA0189;
}
.BgClassName
{
background-color: #DA0189;
}
</style>
border-color css
<style>
span { border-color: #DA0189; }
span { border-color: rgb(218,1,137); }
td.TdClassName
{
border-color: #DA0189;
}
.TagClassName
{
border-color: #DA0189;
}
</style>