Shades of Medium Violet Red #DA137D
Tints of Medium Violet Red #DA137D
RGB
CMYK
RGB Variations
Color information
#DA137D (or 0xDA137D) is known color: Medium Violet Red. HEX triplet: DA, 13 and 7D. RGB value is (218,19,125). Sum of RGB (Red+Green+Blue) = 218+19+125=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA137D is #25EC82. Grayscale: #5A5A5A. Windows color (decimal): -2485379 or 8197082. OLE color: 8197082.
HSL color Cylindrical-coordinate representation of color #DA137D: hue angle of 328.04º 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 #DA137D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.15 |
| HSL | 328.04º | 0.84% | 0.46% | - |
| HSV(B) | 328.04º | 0.91% | 0.85% | - |
| XYZ | 32.85 | 16.85 | 20.92 | - |
| YUV | 90.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 125 | 0 | 0.91 | 0.43 | 0.15 | 328.04 | 0.84 | 0.46 |
| Hex | DA | 13 | 7D | 0 | 5B | 2B | F | 148 | 54 | 2E |
| Octal | 332 | 23 | 175 | 0 | 133 | 53 | 17 | 510 | 124 | 56 |
| Binary | 11011010 | 10011 | 1111101 | 0 | 1011011 | 101011 | 1111 | 101001000 | 1010100 | 101110 |
Color Harmonies of #DA137D
Complementary color
Monochromatic Colors of #DA137D
Black with #DA137D
Text Example
Text Example
White with #DA137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA137D; }
p { color: rgb(218,19,125); }
H1.HeaderClassName
{
color: #DA137D;
}
.AnyTagClassName
{
color: #DA137D;
}
</style>
background-color css
<style>
a { background-color: #DA137D; }
a { background-color: rgb(218,19,125); }
div.DivClassName
{
background-color: #DA137D;
}
.BgClassName
{
background-color: #DA137D;
}
</style>
border-color css
<style>
span { border-color: #DA137D; }
span { border-color: rgb(218,19,125); }
td.TdClassName
{
border-color: #DA137D;
}
.TagClassName
{
border-color: #DA137D;
}
</style>