Shades of Medium Violet Red #DA008B
Tints of Medium Violet Red #DA008B
RGB
CMYK
RGB Variations
Color information
#DA008B (or 0xDA008B) is known color: Medium Violet Red. HEX triplet: DA, 00 and 8B. RGB value is (218,0,139). Sum of RGB (Red+Green+Blue) = 218+0+139=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA008B is #25FF74. Grayscale: #505050. Windows color (decimal): -2490229 or 9109722. OLE color: 9109722.
HSL color Cylindrical-coordinate representation of color #DA008B: hue angle of 321.74º 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 #DA008B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.36 | 0.15 |
| HSL | 321.74º | 1% | 0.43% | - |
| HSV(B) | 321.74º | 1% | 0.85% | - |
| XYZ | 33.57 | 16.77 | 25.89 | - |
| YUV | 81.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 139 | 0 | 1 | 0.36 | 0.15 | 321.74 | 1 | 0.43 |
| Hex | DA | 0 | 8B | 0 | 64 | 24 | F | 142 | 64 | 2B |
| Octal | 332 | 0 | 213 | 0 | 144 | 44 | 17 | 502 | 144 | 53 |
| Binary | 11011010 | 0 | 10001011 | 0 | 1100100 | 100100 | 1111 | 101000010 | 1100100 | 101011 |
Color Harmonies of #DA008B
Complementary color
Monochromatic Colors of #DA008B
Black with #DA008B
Text Example
Text Example
White with #DA008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA008B; }
p { color: rgb(218,0,139); }
H1.HeaderClassName
{
color: #DA008B;
}
.AnyTagClassName
{
color: #DA008B;
}
</style>
background-color css
<style>
a { background-color: #DA008B; }
a { background-color: rgb(218,0,139); }
div.DivClassName
{
background-color: #DA008B;
}
.BgClassName
{
background-color: #DA008B;
}
</style>
border-color css
<style>
span { border-color: #DA008B; }
span { border-color: rgb(218,0,139); }
td.TdClassName
{
border-color: #DA008B;
}
.TagClassName
{
border-color: #DA008B;
}
</style>