Shades of Medium Violet Red #DA0088
Tints of Medium Violet Red #DA0088
RGB
CMYK
RGB Variations
Color information
#DA0088 (or 0xDA0088) is known color: Medium Violet Red. HEX triplet: DA, 00 and 88. RGB value is (218,0,136). Sum of RGB (Red+Green+Blue) = 218+0+136=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0088 is #25FF77. Grayscale: #505050. Windows color (decimal): -2490232 or 8913114. OLE color: 8913114.
HSL color Cylindrical-coordinate representation of color #DA0088: hue angle of 322.57º 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 #DA0088 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.38 | 0.15 |
| HSL | 322.57º | 1% | 0.43% | - |
| HSV(B) | 322.57º | 1% | 0.85% | - |
| XYZ | 33.36 | 16.68 | 24.75 | - |
| YUV | 80.69 | 159.22 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 136 | 0 | 1 | 0.38 | 0.15 | 322.57 | 1 | 0.43 |
| Hex | DA | 0 | 88 | 0 | 64 | 26 | F | 143 | 64 | 2B |
| Octal | 332 | 0 | 210 | 0 | 144 | 46 | 17 | 503 | 144 | 53 |
| Binary | 11011010 | 0 | 10001000 | 0 | 1100100 | 100110 | 1111 | 101000011 | 1100100 | 101011 |
Color Harmonies of #DA0088
Complementary color
Monochromatic Colors of #DA0088
Black with #DA0088
Text Example
Text Example
White with #DA0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0088; }
p { color: rgb(218,0,136); }
H1.HeaderClassName
{
color: #DA0088;
}
.AnyTagClassName
{
color: #DA0088;
}
</style>
background-color css
<style>
a { background-color: #DA0088; }
a { background-color: rgb(218,0,136); }
div.DivClassName
{
background-color: #DA0088;
}
.BgClassName
{
background-color: #DA0088;
}
</style>
border-color css
<style>
span { border-color: #DA0088; }
span { border-color: rgb(218,0,136); }
td.TdClassName
{
border-color: #DA0088;
}
.TagClassName
{
border-color: #DA0088;
}
</style>