Shades of Medium Violet Red #DA1382
Tints of Medium Violet Red #DA1382
RGB
CMYK
RGB Variations
Color information
#DA1382 (or 0xDA1382) is known color: Medium Violet Red. HEX triplet: DA, 13 and 82. RGB value is (218,19,130). Sum of RGB (Red+Green+Blue) = 218+19+130=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1382 is #25EC7D. Grayscale: #5A5A5A. Windows color (decimal): -2485374 or 8524762. OLE color: 8524762.
HSL color Cylindrical-coordinate representation of color #DA1382: hue angle of 326.53º 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 #DA1382 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 130 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.15 |
| HSL | 326.53º | 0.84% | 0.46% | - |
| HSV(B) | 326.53º | 0.91% | 0.85% | - |
| XYZ | 33.18 | 16.98 | 22.65 | - |
| YUV | 91.16 | 149.93 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 130 | 0 | 0.91 | 0.40 | 0.15 | 326.53 | 0.84 | 0.46 |
| Hex | DA | 13 | 82 | 0 | 5B | 28 | F | 147 | 54 | 2E |
| Octal | 332 | 23 | 202 | 0 | 133 | 50 | 17 | 507 | 124 | 56 |
| Binary | 11011010 | 10011 | 10000010 | 0 | 1011011 | 101000 | 1111 | 101000111 | 1010100 | 101110 |
Color Harmonies of #DA1382
Complementary color
Monochromatic Colors of #DA1382
Black with #DA1382
Text Example
Text Example
White with #DA1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1382; }
p { color: rgb(218,19,130); }
H1.HeaderClassName
{
color: #DA1382;
}
.AnyTagClassName
{
color: #DA1382;
}
</style>
background-color css
<style>
a { background-color: #DA1382; }
a { background-color: rgb(218,19,130); }
div.DivClassName
{
background-color: #DA1382;
}
.BgClassName
{
background-color: #DA1382;
}
</style>
border-color css
<style>
span { border-color: #DA1382; }
span { border-color: rgb(218,19,130); }
td.TdClassName
{
border-color: #DA1382;
}
.TagClassName
{
border-color: #DA1382;
}
</style>