Shades of Medium Violet Red #DA127A
Tints of Medium Violet Red #DA127A
RGB
CMYK
RGB Variations
Color information
#DA127A (or 0xDA127A) is known color: Medium Violet Red. HEX triplet: DA, 12 and 7A. RGB value is (218,18,122). Sum of RGB (Red+Green+Blue) = 218+18+122=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA127A is #25ED85. Grayscale: #595959. Windows color (decimal): -2485638 or 8000218. OLE color: 8000218.
HSL color Cylindrical-coordinate representation of color #DA127A: hue angle of 328.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA127A is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 122 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.15 |
| HSL | 328.8º | 0.85% | 0.46% | - |
| HSV(B) | 328.8º | 0.92% | 0.85% | - |
| XYZ | 32.64 | 16.74 | 19.92 | - |
| YUV | 89.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 122 | 0 | 0.92 | 0.44 | 0.15 | 328.8 | 0.85 | 0.46 |
| Hex | DA | 12 | 7A | 0 | 5C | 2C | F | 149 | 55 | 2E |
| Octal | 332 | 22 | 172 | 0 | 134 | 54 | 17 | 511 | 125 | 56 |
| Binary | 11011010 | 10010 | 1111010 | 0 | 1011100 | 101100 | 1111 | 101001001 | 1010101 | 101110 |
Color Harmonies of #DA127A
Complementary color
Monochromatic Colors of #DA127A
Black with #DA127A
Text Example
Text Example
White with #DA127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA127A; }
p { color: rgb(218,18,122); }
H1.HeaderClassName
{
color: #DA127A;
}
.AnyTagClassName
{
color: #DA127A;
}
</style>
background-color css
<style>
a { background-color: #DA127A; }
a { background-color: rgb(218,18,122); }
div.DivClassName
{
background-color: #DA127A;
}
.BgClassName
{
background-color: #DA127A;
}
</style>
border-color css
<style>
span { border-color: #DA127A; }
span { border-color: rgb(218,18,122); }
td.TdClassName
{
border-color: #DA127A;
}
.TagClassName
{
border-color: #DA127A;
}
</style>