Shades of Medium Violet Red #DA1593
Tints of Medium Violet Red #DA1593
RGB
CMYK
RGB Variations
Color information
#DA1593 (or 0xDA1593) is known color: Medium Violet Red. HEX triplet: DA, 15 and 93. RGB value is (218,21,147). Sum of RGB (Red+Green+Blue) = 218+21+147=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1593 is #25EA6C. Grayscale: #5D5D5D. Windows color (decimal): -2484845 or 9639386. OLE color: 9639386.
HSL color Cylindrical-coordinate representation of color #DA1593: hue angle of 321.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1593 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 147 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.15 |
| HSL | 321.62º | 0.82% | 0.47% | - |
| HSV(B) | 321.62º | 0.9% | 0.85% | - |
| XYZ | 34.45 | 17.55 | 29.18 | - |
| YUV | 94.27 | 157.77 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 147 | 0 | 0.90 | 0.33 | 0.15 | 321.62 | 0.82 | 0.47 |
| Hex | DA | 15 | 93 | 0 | 5A | 21 | F | 142 | 52 | 2F |
| Octal | 332 | 25 | 223 | 0 | 132 | 41 | 17 | 502 | 122 | 57 |
| Binary | 11011010 | 10101 | 10010011 | 0 | 1011010 | 100001 | 1111 | 101000010 | 1010010 | 101111 |
Color Harmonies of #DA1593
Complementary color
Monochromatic Colors of #DA1593
Black with #DA1593
Text Example
Text Example
White with #DA1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1593; }
p { color: rgb(218,21,147); }
H1.HeaderClassName
{
color: #DA1593;
}
.AnyTagClassName
{
color: #DA1593;
}
</style>
background-color css
<style>
a { background-color: #DA1593; }
a { background-color: rgb(218,21,147); }
div.DivClassName
{
background-color: #DA1593;
}
.BgClassName
{
background-color: #DA1593;
}
</style>
border-color css
<style>
span { border-color: #DA1593; }
span { border-color: rgb(218,21,147); }
td.TdClassName
{
border-color: #DA1593;
}
.TagClassName
{
border-color: #DA1593;
}
</style>