Shades of Medium Violet Red #DA0A7E
Tints of Medium Violet Red #DA0A7E
RGB
CMYK
RGB Variations
Color information
#DA0A7E (or 0xDA0A7E) is known color: Medium Violet Red. HEX triplet: DA, 0A and 7E. RGB value is (218,10,126). Sum of RGB (Red+Green+Blue) = 218+10+126=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0A7E is #25F581. Grayscale: #555555. Windows color (decimal): -2487682 or 8260314. OLE color: 8260314.
HSL color Cylindrical-coordinate representation of color #DA0A7E: hue angle of 326.54º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A7E is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 126 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.15 |
| HSL | 326.54º | 0.91% | 0.45% | - |
| HSV(B) | 326.54º | 0.95% | 0.85% | - |
| XYZ | 32.79 | 16.63 | 21.22 | - |
| YUV | 85.42 | 150.91 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 126 | 0 | 0.95 | 0.42 | 0.15 | 326.54 | 0.91 | 0.45 |
| Hex | DA | A | 7E | 0 | 5F | 2A | F | 147 | 5B | 2D |
| Octal | 332 | 12 | 176 | 0 | 137 | 52 | 17 | 507 | 133 | 55 |
| Binary | 11011010 | 1010 | 1111110 | 0 | 1011111 | 101010 | 1111 | 101000111 | 1011011 | 101101 |
Color Harmonies of #DA0A7E
Complementary color
Monochromatic Colors of #DA0A7E
Black with #DA0A7E
Text Example
Text Example
White with #DA0A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A7E; }
p { color: rgb(218,10,126); }
H1.HeaderClassName
{
color: #DA0A7E;
}
.AnyTagClassName
{
color: #DA0A7E;
}
</style>
background-color css
<style>
a { background-color: #DA0A7E; }
a { background-color: rgb(218,10,126); }
div.DivClassName
{
background-color: #DA0A7E;
}
.BgClassName
{
background-color: #DA0A7E;
}
</style>
border-color css
<style>
span { border-color: #DA0A7E; }
span { border-color: rgb(218,10,126); }
td.TdClassName
{
border-color: #DA0A7E;
}
.TagClassName
{
border-color: #DA0A7E;
}
</style>