Shades of Medium Violet Red #DA1883
Tints of Medium Violet Red #DA1883
RGB
CMYK
RGB Variations
Color information
#DA1883 (or 0xDA1883) is known color: Medium Violet Red. HEX triplet: DA, 18 and 83. RGB value is (218,24,131). Sum of RGB (Red+Green+Blue) = 218+24+131=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1883 is #25E77C. Grayscale: #5D5D5D. Windows color (decimal): -2484093 or 8591578. OLE color: 8591578.
HSL color Cylindrical-coordinate representation of color #DA1883: hue angle of 326.91º 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 #DA1883 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 131 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.15 |
| HSL | 326.91º | 0.8% | 0.47% | - |
| HSV(B) | 326.91º | 0.89% | 0.85% | - |
| XYZ | 33.34 | 17.2 | 23.04 | - |
| YUV | 94.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 131 | 0 | 0.89 | 0.40 | 0.15 | 326.91 | 0.8 | 0.47 |
| Hex | DA | 18 | 83 | 0 | 59 | 28 | F | 147 | 50 | 2F |
| Octal | 332 | 30 | 203 | 0 | 131 | 50 | 17 | 507 | 120 | 57 |
| Binary | 11011010 | 11000 | 10000011 | 0 | 1011001 | 101000 | 1111 | 101000111 | 1010000 | 101111 |
Color Harmonies of #DA1883
Complementary color
Monochromatic Colors of #DA1883
Black with #DA1883
Text Example
Text Example
White with #DA1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1883; }
p { color: rgb(218,24,131); }
H1.HeaderClassName
{
color: #DA1883;
}
.AnyTagClassName
{
color: #DA1883;
}
</style>
background-color css
<style>
a { background-color: #DA1883; }
a { background-color: rgb(218,24,131); }
div.DivClassName
{
background-color: #DA1883;
}
.BgClassName
{
background-color: #DA1883;
}
</style>
border-color css
<style>
span { border-color: #DA1883; }
span { border-color: rgb(218,24,131); }
td.TdClassName
{
border-color: #DA1883;
}
.TagClassName
{
border-color: #DA1883;
}
</style>