Shades of Medium Violet Red #DA0281
Tints of Medium Violet Red #DA0281
RGB
CMYK
RGB Variations
Color information
#DA0281 (or 0xDA0281) is known color: Medium Violet Red. HEX triplet: DA, 02 and 81. RGB value is (218,2,129). Sum of RGB (Red+Green+Blue) = 218+2+129=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0281 is #25FD7E. Grayscale: #505050. Windows color (decimal): -2489727 or 8454874. OLE color: 8454874.
HSL color Cylindrical-coordinate representation of color #DA0281: hue angle of 324.72º 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 #DA0281 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.15 |
| HSL | 324.72º | 0.98% | 0.43% | - |
| HSV(B) | 324.72º | 0.99% | 0.85% | - |
| XYZ | 32.9 | 16.53 | 22.23 | - |
| YUV | 81.06 | 155.06 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 129 | 0 | 0.99 | 0.41 | 0.15 | 324.72 | 0.98 | 0.43 |
| Hex | DA | 2 | 81 | 0 | 63 | 29 | F | 145 | 62 | 2B |
| Octal | 332 | 2 | 201 | 0 | 143 | 51 | 17 | 505 | 142 | 53 |
| Binary | 11011010 | 10 | 10000001 | 0 | 1100011 | 101001 | 1111 | 101000101 | 1100010 | 101011 |
Color Harmonies of #DA0281
Complementary color
Monochromatic Colors of #DA0281
Black with #DA0281
Text Example
Text Example
White with #DA0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0281; }
p { color: rgb(218,2,129); }
H1.HeaderClassName
{
color: #DA0281;
}
.AnyTagClassName
{
color: #DA0281;
}
</style>
background-color css
<style>
a { background-color: #DA0281; }
a { background-color: rgb(218,2,129); }
div.DivClassName
{
background-color: #DA0281;
}
.BgClassName
{
background-color: #DA0281;
}
</style>
border-color css
<style>
span { border-color: #DA0281; }
span { border-color: rgb(218,2,129); }
td.TdClassName
{
border-color: #DA0281;
}
.TagClassName
{
border-color: #DA0281;
}
</style>