Shades of Medium Violet Red #DA0090
Tints of Medium Violet Red #DA0090
RGB
CMYK
RGB Variations
Color information
#DA0090 (or 0xDA0090) is known color: Medium Violet Red. HEX triplet: DA, 00 and 90. RGB value is (218,0,144). Sum of RGB (Red+Green+Blue) = 218+0+144=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0090 is #25FF6F. Grayscale: #515151. Windows color (decimal): -2490224 or 9437402. OLE color: 9437402.
HSL color Cylindrical-coordinate representation of color #DA0090: hue angle of 320.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0090 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.34 | 0.15 |
| HSL | 320.37º | 1% | 0.43% | - |
| HSV(B) | 320.37º | 1% | 0.85% | - |
| XYZ | 33.95 | 16.92 | 27.86 | - |
| YUV | 81.6 | 163.22 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 144 | 0 | 1 | 0.34 | 0.15 | 320.37 | 1 | 0.43 |
| Hex | DA | 0 | 90 | 0 | 64 | 22 | F | 140 | 64 | 2B |
| Octal | 332 | 0 | 220 | 0 | 144 | 42 | 17 | 500 | 144 | 53 |
| Binary | 11011010 | 0 | 10010000 | 0 | 1100100 | 100010 | 1111 | 101000000 | 1100100 | 101011 |
Color Harmonies of #DA0090
Complementary color
Monochromatic Colors of #DA0090
Black with #DA0090
Text Example
Text Example
White with #DA0090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0090; }
p { color: rgb(218,0,144); }
H1.HeaderClassName
{
color: #DA0090;
}
.AnyTagClassName
{
color: #DA0090;
}
</style>
background-color css
<style>
a { background-color: #DA0090; }
a { background-color: rgb(218,0,144); }
div.DivClassName
{
background-color: #DA0090;
}
.BgClassName
{
background-color: #DA0090;
}
</style>
border-color css
<style>
span { border-color: #DA0090; }
span { border-color: rgb(218,0,144); }
td.TdClassName
{
border-color: #DA0090;
}
.TagClassName
{
border-color: #DA0090;
}
</style>