Shades of Medium Violet Red #DA1282
Tints of Medium Violet Red #DA1282
RGB
CMYK
RGB Variations
Color information
#DA1282 (or 0xDA1282) is known color: Medium Violet Red. HEX triplet: DA, 12 and 82. RGB value is (218,18,130). Sum of RGB (Red+Green+Blue) = 218+18+130=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1282 is #25ED7D. Grayscale: #5A5A5A. Windows color (decimal): -2485630 or 8524506. OLE color: 8524506.
HSL color Cylindrical-coordinate representation of color #DA1282: hue angle of 326.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1282 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 130 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.15 |
| HSL | 326.4º | 0.85% | 0.46% | - |
| HSV(B) | 326.4º | 0.92% | 0.85% | - |
| XYZ | 33.16 | 16.95 | 22.64 | - |
| YUV | 90.57 | 150.26 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 130 | 0 | 0.92 | 0.40 | 0.15 | 326.4 | 0.85 | 0.46 |
| Hex | DA | 12 | 82 | 0 | 5C | 28 | F | 146 | 55 | 2E |
| Octal | 332 | 22 | 202 | 0 | 134 | 50 | 17 | 506 | 125 | 56 |
| Binary | 11011010 | 10010 | 10000010 | 0 | 1011100 | 101000 | 1111 | 101000110 | 1010101 | 101110 |
Color Harmonies of #DA1282
Complementary color
Monochromatic Colors of #DA1282
Black with #DA1282
Text Example
Text Example
White with #DA1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1282; }
p { color: rgb(218,18,130); }
H1.HeaderClassName
{
color: #DA1282;
}
.AnyTagClassName
{
color: #DA1282;
}
</style>
background-color css
<style>
a { background-color: #DA1282; }
a { background-color: rgb(218,18,130); }
div.DivClassName
{
background-color: #DA1282;
}
.BgClassName
{
background-color: #DA1282;
}
</style>
border-color css
<style>
span { border-color: #DA1282; }
span { border-color: rgb(218,18,130); }
td.TdClassName
{
border-color: #DA1282;
}
.TagClassName
{
border-color: #DA1282;
}
</style>