Shades of Medium Violet Red #DA0285
Tints of Medium Violet Red #DA0285
RGB
CMYK
RGB Variations
Color information
#DA0285 (or 0xDA0285) is known color: Medium Violet Red. HEX triplet: DA, 02 and 85. RGB value is (218,2,133). Sum of RGB (Red+Green+Blue) = 218+2+133=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0285 is #25FD7A. Grayscale: #515151. Windows color (decimal): -2489723 or 8717018. OLE color: 8717018.
HSL color Cylindrical-coordinate representation of color #DA0285: hue angle of 323.61º 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 #DA0285 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.15 |
| HSL | 323.61º | 0.98% | 0.43% | - |
| HSV(B) | 323.61º | 0.99% | 0.85% | - |
| XYZ | 33.17 | 16.64 | 23.65 | - |
| YUV | 81.52 | 157.06 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 133 | 0 | 0.99 | 0.39 | 0.15 | 323.61 | 0.98 | 0.43 |
| Hex | DA | 2 | 85 | 0 | 63 | 27 | F | 144 | 62 | 2B |
| Octal | 332 | 2 | 205 | 0 | 143 | 47 | 17 | 504 | 142 | 53 |
| Binary | 11011010 | 10 | 10000101 | 0 | 1100011 | 100111 | 1111 | 101000100 | 1100010 | 101011 |
Color Harmonies of #DA0285
Complementary color
Monochromatic Colors of #DA0285
Black with #DA0285
Text Example
Text Example
White with #DA0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0285; }
p { color: rgb(218,2,133); }
H1.HeaderClassName
{
color: #DA0285;
}
.AnyTagClassName
{
color: #DA0285;
}
</style>
background-color css
<style>
a { background-color: #DA0285; }
a { background-color: rgb(218,2,133); }
div.DivClassName
{
background-color: #DA0285;
}
.BgClassName
{
background-color: #DA0285;
}
</style>
border-color css
<style>
span { border-color: #DA0285; }
span { border-color: rgb(218,2,133); }
td.TdClassName
{
border-color: #DA0285;
}
.TagClassName
{
border-color: #DA0285;
}
</style>