Shades of Medium Violet Red #DA108F
Tints of Medium Violet Red #DA108F
RGB
CMYK
RGB Variations
Color information
#DA108F (or 0xDA108F) is known color: Medium Violet Red. HEX triplet: DA, 10 and 8F. RGB value is (218,16,143). Sum of RGB (Red+Green+Blue) = 218+16+143=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA108F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA108F is #25EF70. Grayscale: #5A5A5A. Windows color (decimal): -2486129 or 9375962. OLE color: 9375962.
HSL color Cylindrical-coordinate representation of color #DA108F: hue angle of 322.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA108F is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 143 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.15 |
| HSL | 322.28º | 0.86% | 0.46% | - |
| HSV(B) | 322.28º | 0.93% | 0.85% | - |
| XYZ | 34.06 | 17.26 | 27.52 | - |
| YUV | 90.88 | 157.42 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 143 | 0 | 0.93 | 0.34 | 0.15 | 322.28 | 0.86 | 0.46 |
| Hex | DA | 10 | 8F | 0 | 5D | 22 | F | 142 | 56 | 2E |
| Octal | 332 | 20 | 217 | 0 | 135 | 42 | 17 | 502 | 126 | 56 |
| Binary | 11011010 | 10000 | 10001111 | 0 | 1011101 | 100010 | 1111 | 101000010 | 1010110 | 101110 |
Color Harmonies of #DA108F
Complementary color
Monochromatic Colors of #DA108F
Black with #DA108F
Text Example
Text Example
White with #DA108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA108F; }
p { color: rgb(218,16,143); }
H1.HeaderClassName
{
color: #DA108F;
}
.AnyTagClassName
{
color: #DA108F;
}
</style>
background-color css
<style>
a { background-color: #DA108F; }
a { background-color: rgb(218,16,143); }
div.DivClassName
{
background-color: #DA108F;
}
.BgClassName
{
background-color: #DA108F;
}
</style>
border-color css
<style>
span { border-color: #DA108F; }
span { border-color: rgb(218,16,143); }
td.TdClassName
{
border-color: #DA108F;
}
.TagClassName
{
border-color: #DA108F;
}
</style>