Shades of Medium Violet Red #DA0287
Tints of Medium Violet Red #DA0287
RGB
CMYK
RGB Variations
Color information
#DA0287 (or 0xDA0287) is known color: Medium Violet Red. HEX triplet: DA, 02 and 87. RGB value is (218,2,135). Sum of RGB (Red+Green+Blue) = 218+2+135=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0287 is #25FD78. Grayscale: #515151. Windows color (decimal): -2489721 or 8848090. OLE color: 8848090.
HSL color Cylindrical-coordinate representation of color #DA0287: hue angle of 323.06º 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 #DA0287 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.15 |
| HSL | 323.06º | 0.98% | 0.43% | - |
| HSV(B) | 323.06º | 0.99% | 0.85% | - |
| XYZ | 33.31 | 16.7 | 24.39 | - |
| YUV | 81.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 135 | 0 | 0.99 | 0.38 | 0.15 | 323.06 | 0.98 | 0.43 |
| Hex | DA | 2 | 87 | 0 | 63 | 26 | F | 143 | 62 | 2B |
| Octal | 332 | 2 | 207 | 0 | 143 | 46 | 17 | 503 | 142 | 53 |
| Binary | 11011010 | 10 | 10000111 | 0 | 1100011 | 100110 | 1111 | 101000011 | 1100010 | 101011 |
Color Harmonies of #DA0287
Complementary color
Monochromatic Colors of #DA0287
Black with #DA0287
Text Example
Text Example
White with #DA0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0287; }
p { color: rgb(218,2,135); }
H1.HeaderClassName
{
color: #DA0287;
}
.AnyTagClassName
{
color: #DA0287;
}
</style>
background-color css
<style>
a { background-color: #DA0287; }
a { background-color: rgb(218,2,135); }
div.DivClassName
{
background-color: #DA0287;
}
.BgClassName
{
background-color: #DA0287;
}
</style>
border-color css
<style>
span { border-color: #DA0287; }
span { border-color: rgb(218,2,135); }
td.TdClassName
{
border-color: #DA0287;
}
.TagClassName
{
border-color: #DA0287;
}
</style>