Shades of Medium Violet Red #DA139D
Tints of Medium Violet Red #DA139D
RGB
CMYK
RGB Variations
Color information
#DA139D (or 0xDA139D) is known color: Medium Violet Red. HEX triplet: DA, 13 and 9D. RGB value is (218,19,157). Sum of RGB (Red+Green+Blue) = 218+19+157=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA139D is #25EC62. Grayscale: #5D5D5D. Windows color (decimal): -2485347 or 10294234. OLE color: 10294234.
HSL color Cylindrical-coordinate representation of color #DA139D: hue angle of 318.39º 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 #DA139D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 157 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.15 |
| HSL | 318.39º | 0.84% | 0.46% | - |
| HSV(B) | 318.39º | 0.91% | 0.85% | - |
| XYZ | 35.23 | 17.81 | 33.48 | - |
| YUV | 94.23 | 163.43 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 157 | 0 | 0.91 | 0.28 | 0.15 | 318.39 | 0.84 | 0.46 |
| Hex | DA | 13 | 9D | 0 | 5B | 1C | F | 13E | 54 | 2E |
| Octal | 332 | 23 | 235 | 0 | 133 | 34 | 17 | 476 | 124 | 56 |
| Binary | 11011010 | 10011 | 10011101 | 0 | 1011011 | 11100 | 1111 | 100111110 | 1010100 | 101110 |
Color Harmonies of #DA139D
Complementary color
Monochromatic Colors of #DA139D
Black with #DA139D
Text Example
Text Example
White with #DA139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA139D; }
p { color: rgb(218,19,157); }
H1.HeaderClassName
{
color: #DA139D;
}
.AnyTagClassName
{
color: #DA139D;
}
</style>
background-color css
<style>
a { background-color: #DA139D; }
a { background-color: rgb(218,19,157); }
div.DivClassName
{
background-color: #DA139D;
}
.BgClassName
{
background-color: #DA139D;
}
</style>
border-color css
<style>
span { border-color: #DA139D; }
span { border-color: rgb(218,19,157); }
td.TdClassName
{
border-color: #DA139D;
}
.TagClassName
{
border-color: #DA139D;
}
</style>