Shades of Medium Violet Red #DA0282
Tints of Medium Violet Red #DA0282
RGB
CMYK
RGB Variations
Color information
#DA0282 (or 0xDA0282) is known color: Medium Violet Red. HEX triplet: DA, 02 and 82. RGB value is (218,2,130). Sum of RGB (Red+Green+Blue) = 218+2+130=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0282 is #25FD7D. Grayscale: #505050. Windows color (decimal): -2489726 or 8520410. OLE color: 8520410.
HSL color Cylindrical-coordinate representation of color #DA0282: hue angle of 324.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0282 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.15 |
| HSL | 324.44º | 0.98% | 0.43% | - |
| HSV(B) | 324.44º | 0.99% | 0.85% | - |
| XYZ | 32.96 | 16.56 | 22.58 | - |
| YUV | 81.18 | 155.56 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 130 | 0 | 0.99 | 0.40 | 0.15 | 324.44 | 0.98 | 0.43 |
| Hex | DA | 2 | 82 | 0 | 63 | 28 | F | 144 | 62 | 2B |
| Octal | 332 | 2 | 202 | 0 | 143 | 50 | 17 | 504 | 142 | 53 |
| Binary | 11011010 | 10 | 10000010 | 0 | 1100011 | 101000 | 1111 | 101000100 | 1100010 | 101011 |
Color Harmonies of #DA0282
Complementary color
Monochromatic Colors of #DA0282
Black with #DA0282
Text Example
Text Example
White with #DA0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0282; }
p { color: rgb(218,2,130); }
H1.HeaderClassName
{
color: #DA0282;
}
.AnyTagClassName
{
color: #DA0282;
}
</style>
background-color css
<style>
a { background-color: #DA0282; }
a { background-color: rgb(218,2,130); }
div.DivClassName
{
background-color: #DA0282;
}
.BgClassName
{
background-color: #DA0282;
}
</style>
border-color css
<style>
span { border-color: #DA0282; }
span { border-color: rgb(218,2,130); }
td.TdClassName
{
border-color: #DA0282;
}
.TagClassName
{
border-color: #DA0282;
}
</style>