Shades of Medium Violet Red #DA0B8F
Tints of Medium Violet Red #DA0B8F
RGB
CMYK
RGB Variations
Color information
#DA0B8F (or 0xDA0B8F) is known color: Medium Violet Red. HEX triplet: DA, 0B and 8F. RGB value is (218,11,143). Sum of RGB (Red+Green+Blue) = 218+11+143=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0B8F is #25F470. Grayscale: #575757. Windows color (decimal): -2487409 or 9374682. OLE color: 9374682.
HSL color Cylindrical-coordinate representation of color #DA0B8F: hue angle of 321.74º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B8F is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.15 |
| HSL | 321.74º | 0.9% | 0.45% | - |
| HSV(B) | 321.74º | 0.95% | 0.85% | - |
| XYZ | 33.99 | 17.13 | 27.5 | - |
| YUV | 87.94 | 159.08 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 143 | 0 | 0.95 | 0.34 | 0.15 | 321.74 | 0.9 | 0.45 |
| Hex | DA | B | 8F | 0 | 5F | 22 | F | 142 | 5A | 2D |
| Octal | 332 | 13 | 217 | 0 | 137 | 42 | 17 | 502 | 132 | 55 |
| Binary | 11011010 | 1011 | 10001111 | 0 | 1011111 | 100010 | 1111 | 101000010 | 1011010 | 101101 |
Color Harmonies of #DA0B8F
Complementary color
Monochromatic Colors of #DA0B8F
Black with #DA0B8F
Text Example
Text Example
White with #DA0B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B8F; }
p { color: rgb(218,11,143); }
H1.HeaderClassName
{
color: #DA0B8F;
}
.AnyTagClassName
{
color: #DA0B8F;
}
</style>
background-color css
<style>
a { background-color: #DA0B8F; }
a { background-color: rgb(218,11,143); }
div.DivClassName
{
background-color: #DA0B8F;
}
.BgClassName
{
background-color: #DA0B8F;
}
</style>
border-color css
<style>
span { border-color: #DA0B8F; }
span { border-color: rgb(218,11,143); }
td.TdClassName
{
border-color: #DA0B8F;
}
.TagClassName
{
border-color: #DA0B8F;
}
</style>