Shades of Medium Violet Red #DA0286
Tints of Medium Violet Red #DA0286
RGB
CMYK
RGB Variations
Color information
#DA0286 (or 0xDA0286) is known color: Medium Violet Red. HEX triplet: DA, 02 and 86. RGB value is (218,2,134). Sum of RGB (Red+Green+Blue) = 218+2+134=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0286 is #25FD79. Grayscale: #515151. Windows color (decimal): -2489722 or 8782554. OLE color: 8782554.
HSL color Cylindrical-coordinate representation of color #DA0286: hue angle of 323.33º 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 #DA0286 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.15 |
| HSL | 323.33º | 0.98% | 0.43% | - |
| HSV(B) | 323.33º | 0.99% | 0.85% | - |
| XYZ | 33.24 | 16.67 | 24.02 | - |
| YUV | 81.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 134 | 0 | 0.99 | 0.39 | 0.15 | 323.33 | 0.98 | 0.43 |
| Hex | DA | 2 | 86 | 0 | 63 | 27 | F | 143 | 62 | 2B |
| Octal | 332 | 2 | 206 | 0 | 143 | 47 | 17 | 503 | 142 | 53 |
| Binary | 11011010 | 10 | 10000110 | 0 | 1100011 | 100111 | 1111 | 101000011 | 1100010 | 101011 |
Color Harmonies of #DA0286
Complementary color
Monochromatic Colors of #DA0286
Black with #DA0286
Text Example
Text Example
White with #DA0286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0286; }
p { color: rgb(218,2,134); }
H1.HeaderClassName
{
color: #DA0286;
}
.AnyTagClassName
{
color: #DA0286;
}
</style>
background-color css
<style>
a { background-color: #DA0286; }
a { background-color: rgb(218,2,134); }
div.DivClassName
{
background-color: #DA0286;
}
.BgClassName
{
background-color: #DA0286;
}
</style>
border-color css
<style>
span { border-color: #DA0286; }
span { border-color: rgb(218,2,134); }
td.TdClassName
{
border-color: #DA0286;
}
.TagClassName
{
border-color: #DA0286;
}
</style>