Shades of Medium Violet Red #DA097B
Tints of Medium Violet Red #DA097B
RGB
CMYK
RGB Variations
Color information
#DA097B (or 0xDA097B) is known color: Medium Violet Red. HEX triplet: DA, 09 and 7B. RGB value is (218,9,123). Sum of RGB (Red+Green+Blue) = 218+9+123=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA097B is #25F684. Grayscale: #545454. Windows color (decimal): -2487941 or 8063450. OLE color: 8063450.
HSL color Cylindrical-coordinate representation of color #DA097B: hue angle of 327.27º 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 #DA097B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.15 |
| HSL | 327.27º | 0.92% | 0.45% | - |
| HSV(B) | 327.27º | 0.96% | 0.85% | - |
| XYZ | 32.59 | 16.53 | 20.21 | - |
| YUV | 84.49 | 149.74 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 123 | 0 | 0.96 | 0.44 | 0.15 | 327.27 | 0.92 | 0.45 |
| Hex | DA | 9 | 7B | 0 | 60 | 2C | F | 147 | 5C | 2D |
| Octal | 332 | 11 | 173 | 0 | 140 | 54 | 17 | 507 | 134 | 55 |
| Binary | 11011010 | 1001 | 1111011 | 0 | 1100000 | 101100 | 1111 | 101000111 | 1011100 | 101101 |
Color Harmonies of #DA097B
Complementary color
Monochromatic Colors of #DA097B
Black with #DA097B
Text Example
Text Example
White with #DA097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA097B; }
p { color: rgb(218,9,123); }
H1.HeaderClassName
{
color: #DA097B;
}
.AnyTagClassName
{
color: #DA097B;
}
</style>
background-color css
<style>
a { background-color: #DA097B; }
a { background-color: rgb(218,9,123); }
div.DivClassName
{
background-color: #DA097B;
}
.BgClassName
{
background-color: #DA097B;
}
</style>
border-color css
<style>
span { border-color: #DA097B; }
span { border-color: rgb(218,9,123); }
td.TdClassName
{
border-color: #DA097B;
}
.TagClassName
{
border-color: #DA097B;
}
</style>