Shades of Medium Violet Red #DA0993
Tints of Medium Violet Red #DA0993
RGB
CMYK
RGB Variations
Color information
#DA0993 (or 0xDA0993) is known color: Medium Violet Red. HEX triplet: DA, 09 and 93. RGB value is (218,9,147). Sum of RGB (Red+Green+Blue) = 218+9+147=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0993 is #25F66C. Grayscale: #565656. Windows color (decimal): -2487917 or 9636314. OLE color: 9636314.
HSL color Cylindrical-coordinate representation of color #DA0993: hue angle of 320.38º 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 #DA0993 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 147 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.15 |
| HSL | 320.38º | 0.92% | 0.45% | - |
| HSV(B) | 320.38º | 0.96% | 0.85% | - |
| XYZ | 34.28 | 17.21 | 29.12 | - |
| YUV | 87.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 147 | 0 | 0.96 | 0.33 | 0.15 | 320.38 | 0.92 | 0.45 |
| Hex | DA | 9 | 93 | 0 | 60 | 21 | F | 140 | 5C | 2D |
| Octal | 332 | 11 | 223 | 0 | 140 | 41 | 17 | 500 | 134 | 55 |
| Binary | 11011010 | 1001 | 10010011 | 0 | 1100000 | 100001 | 1111 | 101000000 | 1011100 | 101101 |
Color Harmonies of #DA0993
Complementary color
Monochromatic Colors of #DA0993
Black with #DA0993
Text Example
Text Example
White with #DA0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0993; }
p { color: rgb(218,9,147); }
H1.HeaderClassName
{
color: #DA0993;
}
.AnyTagClassName
{
color: #DA0993;
}
</style>
background-color css
<style>
a { background-color: #DA0993; }
a { background-color: rgb(218,9,147); }
div.DivClassName
{
background-color: #DA0993;
}
.BgClassName
{
background-color: #DA0993;
}
</style>
border-color css
<style>
span { border-color: #DA0993; }
span { border-color: rgb(218,9,147); }
td.TdClassName
{
border-color: #DA0993;
}
.TagClassName
{
border-color: #DA0993;
}
</style>