Shades of Medium Violet Red #DA008A
Tints of Medium Violet Red #DA008A
RGB
CMYK
RGB Variations
Color information
#DA008A (or 0xDA008A) is known color: Medium Violet Red. HEX triplet: DA, 00 and 8A. RGB value is (218,0,138). Sum of RGB (Red+Green+Blue) = 218+0+138=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA008A is #25FF75. Grayscale: #505050. Windows color (decimal): -2490230 or 9044186. OLE color: 9044186.
HSL color Cylindrical-coordinate representation of color #DA008A: hue angle of 322.02º 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 #DA008A is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.37 | 0.15 |
| HSL | 322.02º | 1% | 0.43% | - |
| HSV(B) | 322.02º | 1% | 0.85% | - |
| XYZ | 33.5 | 16.74 | 25.51 | - |
| YUV | 80.91 | 160.22 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 138 | 0 | 1 | 0.37 | 0.15 | 322.02 | 1 | 0.43 |
| Hex | DA | 0 | 8A | 0 | 64 | 25 | F | 142 | 64 | 2B |
| Octal | 332 | 0 | 212 | 0 | 144 | 45 | 17 | 502 | 144 | 53 |
| Binary | 11011010 | 0 | 10001010 | 0 | 1100100 | 100101 | 1111 | 101000010 | 1100100 | 101011 |
Color Harmonies of #DA008A
Complementary color
Monochromatic Colors of #DA008A
Black with #DA008A
Text Example
Text Example
White with #DA008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA008A; }
p { color: rgb(218,0,138); }
H1.HeaderClassName
{
color: #DA008A;
}
.AnyTagClassName
{
color: #DA008A;
}
</style>
background-color css
<style>
a { background-color: #DA008A; }
a { background-color: rgb(218,0,138); }
div.DivClassName
{
background-color: #DA008A;
}
.BgClassName
{
background-color: #DA008A;
}
</style>
border-color css
<style>
span { border-color: #DA008A; }
span { border-color: rgb(218,0,138); }
td.TdClassName
{
border-color: #DA008A;
}
.TagClassName
{
border-color: #DA008A;
}
</style>