Shades of Medium Violet Red #DA098B
Tints of Medium Violet Red #DA098B
RGB
CMYK
RGB Variations
Color information
#DA098B (or 0xDA098B) is known color: Medium Violet Red. HEX triplet: DA, 09 and 8B. RGB value is (218,9,139). Sum of RGB (Red+Green+Blue) = 218+9+139=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA098B is #25F674. Grayscale: #565656. Windows color (decimal): -2487925 or 9112026. OLE color: 9112026.
HSL color Cylindrical-coordinate representation of color #DA098B: hue angle of 322.68º 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 #DA098B is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 139 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.15 |
| HSL | 322.68º | 0.92% | 0.45% | - |
| HSV(B) | 322.68º | 0.96% | 0.85% | - |
| XYZ | 33.67 | 16.96 | 25.93 | - |
| YUV | 86.31 | 157.74 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 139 | 0 | 0.96 | 0.36 | 0.15 | 322.68 | 0.92 | 0.45 |
| Hex | DA | 9 | 8B | 0 | 60 | 24 | F | 143 | 5C | 2D |
| Octal | 332 | 11 | 213 | 0 | 140 | 44 | 17 | 503 | 134 | 55 |
| Binary | 11011010 | 1001 | 10001011 | 0 | 1100000 | 100100 | 1111 | 101000011 | 1011100 | 101101 |
Color Harmonies of #DA098B
Complementary color
Monochromatic Colors of #DA098B
Black with #DA098B
Text Example
Text Example
White with #DA098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA098B; }
p { color: rgb(218,9,139); }
H1.HeaderClassName
{
color: #DA098B;
}
.AnyTagClassName
{
color: #DA098B;
}
</style>
background-color css
<style>
a { background-color: #DA098B; }
a { background-color: rgb(218,9,139); }
div.DivClassName
{
background-color: #DA098B;
}
.BgClassName
{
background-color: #DA098B;
}
</style>
border-color css
<style>
span { border-color: #DA098B; }
span { border-color: rgb(218,9,139); }
td.TdClassName
{
border-color: #DA098B;
}
.TagClassName
{
border-color: #DA098B;
}
</style>