Shades of Medium Violet Red #DA1884
Tints of Medium Violet Red #DA1884
RGB
CMYK
RGB Variations
Color information
#DA1884 (or 0xDA1884) is known color: Medium Violet Red. HEX triplet: DA, 18 and 84. RGB value is (218,24,132). Sum of RGB (Red+Green+Blue) = 218+24+132=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1884 is #25E77B. Grayscale: #5E5E5E. Windows color (decimal): -2484092 or 8657114. OLE color: 8657114.
HSL color Cylindrical-coordinate representation of color #DA1884: hue angle of 326.6º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1884 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 132 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.15 |
| HSL | 326.6º | 0.8% | 0.47% | - |
| HSV(B) | 326.6º | 0.89% | 0.85% | - |
| XYZ | 33.4 | 17.22 | 23.39 | - |
| YUV | 94.32 | 149.27 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 132 | 0 | 0.89 | 0.39 | 0.15 | 326.6 | 0.8 | 0.47 |
| Hex | DA | 18 | 84 | 0 | 59 | 27 | F | 147 | 50 | 2F |
| Octal | 332 | 30 | 204 | 0 | 131 | 47 | 17 | 507 | 120 | 57 |
| Binary | 11011010 | 11000 | 10000100 | 0 | 1011001 | 100111 | 1111 | 101000111 | 1010000 | 101111 |
Color Harmonies of #DA1884
Complementary color
Monochromatic Colors of #DA1884
Black with #DA1884
Text Example
Text Example
White with #DA1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1884; }
p { color: rgb(218,24,132); }
H1.HeaderClassName
{
color: #DA1884;
}
.AnyTagClassName
{
color: #DA1884;
}
</style>
background-color css
<style>
a { background-color: #DA1884; }
a { background-color: rgb(218,24,132); }
div.DivClassName
{
background-color: #DA1884;
}
.BgClassName
{
background-color: #DA1884;
}
</style>
border-color css
<style>
span { border-color: #DA1884; }
span { border-color: rgb(218,24,132); }
td.TdClassName
{
border-color: #DA1884;
}
.TagClassName
{
border-color: #DA1884;
}
</style>