Shades of Medium Violet Red #DA008D
Tints of Medium Violet Red #DA008D
RGB
CMYK
RGB Variations
Color information
#DA008D (or 0xDA008D) is known color: Medium Violet Red. HEX triplet: DA, 00 and 8D. RGB value is (218,0,141). Sum of RGB (Red+Green+Blue) = 218+0+141=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA008D is #25FF72. Grayscale: #505050. Windows color (decimal): -2490227 or 9240794. OLE color: 9240794.
HSL color Cylindrical-coordinate representation of color #DA008D: hue angle of 321.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA008D is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.35 | 0.15 |
| HSL | 321.19º | 1% | 0.43% | - |
| HSV(B) | 321.19º | 1% | 0.85% | - |
| XYZ | 33.72 | 16.83 | 26.67 | - |
| YUV | 81.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 141 | 0 | 1 | 0.35 | 0.15 | 321.19 | 1 | 0.43 |
| Hex | DA | 0 | 8D | 0 | 64 | 23 | F | 141 | 64 | 2B |
| Octal | 332 | 0 | 215 | 0 | 144 | 43 | 17 | 501 | 144 | 53 |
| Binary | 11011010 | 0 | 10001101 | 0 | 1100100 | 100011 | 1111 | 101000001 | 1100100 | 101011 |
Color Harmonies of #DA008D
Complementary color
Monochromatic Colors of #DA008D
Black with #DA008D
Text Example
Text Example
White with #DA008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA008D; }
p { color: rgb(218,0,141); }
H1.HeaderClassName
{
color: #DA008D;
}
.AnyTagClassName
{
color: #DA008D;
}
</style>
background-color css
<style>
a { background-color: #DA008D; }
a { background-color: rgb(218,0,141); }
div.DivClassName
{
background-color: #DA008D;
}
.BgClassName
{
background-color: #DA008D;
}
</style>
border-color css
<style>
span { border-color: #DA008D; }
span { border-color: rgb(218,0,141); }
td.TdClassName
{
border-color: #DA008D;
}
.TagClassName
{
border-color: #DA008D;
}
</style>