Shades of Medium Violet Red #DA137A
Tints of Medium Violet Red #DA137A
RGB
CMYK
RGB Variations
Color information
#DA137A (or 0xDA137A) is known color: Medium Violet Red. HEX triplet: DA, 13 and 7A. RGB value is (218,19,122). Sum of RGB (Red+Green+Blue) = 218+19+122=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA137A is #25EC85. Grayscale: #5A5A5A. Windows color (decimal): -2485382 or 8000474. OLE color: 8000474.
HSL color Cylindrical-coordinate representation of color #DA137A: hue angle of 328.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA137A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.15 |
| HSL | 328.94º | 0.84% | 0.46% | - |
| HSV(B) | 328.94º | 0.91% | 0.85% | - |
| XYZ | 32.66 | 16.78 | 19.93 | - |
| YUV | 90.24 | 145.93 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 122 | 0 | 0.91 | 0.44 | 0.15 | 328.94 | 0.84 | 0.46 |
| Hex | DA | 13 | 7A | 0 | 5B | 2C | F | 149 | 54 | 2E |
| Octal | 332 | 23 | 172 | 0 | 133 | 54 | 17 | 511 | 124 | 56 |
| Binary | 11011010 | 10011 | 1111010 | 0 | 1011011 | 101100 | 1111 | 101001001 | 1010100 | 101110 |
Color Harmonies of #DA137A
Complementary color
Monochromatic Colors of #DA137A
Black with #DA137A
Text Example
Text Example
White with #DA137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA137A; }
p { color: rgb(218,19,122); }
H1.HeaderClassName
{
color: #DA137A;
}
.AnyTagClassName
{
color: #DA137A;
}
</style>
background-color css
<style>
a { background-color: #DA137A; }
a { background-color: rgb(218,19,122); }
div.DivClassName
{
background-color: #DA137A;
}
.BgClassName
{
background-color: #DA137A;
}
</style>
border-color css
<style>
span { border-color: #DA137A; }
span { border-color: rgb(218,19,122); }
td.TdClassName
{
border-color: #DA137A;
}
.TagClassName
{
border-color: #DA137A;
}
</style>