Shades of Medium Violet Red #DA098A
Tints of Medium Violet Red #DA098A
RGB
CMYK
RGB Variations
Color information
#DA098A (or 0xDA098A) is known color: Medium Violet Red. HEX triplet: DA, 09 and 8A. RGB value is (218,9,138). Sum of RGB (Red+Green+Blue) = 218+9+138=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA098A is #25F675. Grayscale: #555555. Windows color (decimal): -2487926 or 9046490. OLE color: 9046490.
HSL color Cylindrical-coordinate representation of color #DA098A: hue angle of 322.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA098A is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.15 |
| HSL | 322.97º | 0.92% | 0.45% | - |
| HSV(B) | 322.97º | 0.96% | 0.85% | - |
| XYZ | 33.6 | 16.94 | 25.54 | - |
| YUV | 86.2 | 157.24 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 138 | 0 | 0.96 | 0.37 | 0.15 | 322.97 | 0.92 | 0.45 |
| Hex | DA | 9 | 8A | 0 | 60 | 25 | F | 143 | 5C | 2D |
| Octal | 332 | 11 | 212 | 0 | 140 | 45 | 17 | 503 | 134 | 55 |
| Binary | 11011010 | 1001 | 10001010 | 0 | 1100000 | 100101 | 1111 | 101000011 | 1011100 | 101101 |
Color Harmonies of #DA098A
Complementary color
Monochromatic Colors of #DA098A
Black with #DA098A
Text Example
Text Example
White with #DA098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA098A; }
p { color: rgb(218,9,138); }
H1.HeaderClassName
{
color: #DA098A;
}
.AnyTagClassName
{
color: #DA098A;
}
</style>
background-color css
<style>
a { background-color: #DA098A; }
a { background-color: rgb(218,9,138); }
div.DivClassName
{
background-color: #DA098A;
}
.BgClassName
{
background-color: #DA098A;
}
</style>
border-color css
<style>
span { border-color: #DA098A; }
span { border-color: rgb(218,9,138); }
td.TdClassName
{
border-color: #DA098A;
}
.TagClassName
{
border-color: #DA098A;
}
</style>