Shades of Medium Violet Red #DA1881
Tints of Medium Violet Red #DA1881
RGB
CMYK
RGB Variations
Color information
#DA1881 (or 0xDA1881) is known color: Medium Violet Red. HEX triplet: DA, 18 and 81. RGB value is (218,24,129). Sum of RGB (Red+Green+Blue) = 218+24+129=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1881 is #25E77E. Grayscale: #5D5D5D. Windows color (decimal): -2484095 or 8460506. OLE color: 8460506.
HSL color Cylindrical-coordinate representation of color #DA1881: hue angle of 327.53º 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 #DA1881 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 129 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.15 |
| HSL | 327.53º | 0.8% | 0.47% | - |
| HSV(B) | 327.53º | 0.89% | 0.85% | - |
| XYZ | 33.2 | 17.14 | 22.33 | - |
| YUV | 93.98 | 147.77 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 129 | 0 | 0.89 | 0.41 | 0.15 | 327.53 | 0.8 | 0.47 |
| Hex | DA | 18 | 81 | 0 | 59 | 29 | F | 148 | 50 | 2F |
| Octal | 332 | 30 | 201 | 0 | 131 | 51 | 17 | 510 | 120 | 57 |
| Binary | 11011010 | 11000 | 10000001 | 0 | 1011001 | 101001 | 1111 | 101001000 | 1010000 | 101111 |
Color Harmonies of #DA1881
Complementary color
Monochromatic Colors of #DA1881
Black with #DA1881
Text Example
Text Example
White with #DA1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1881; }
p { color: rgb(218,24,129); }
H1.HeaderClassName
{
color: #DA1881;
}
.AnyTagClassName
{
color: #DA1881;
}
</style>
background-color css
<style>
a { background-color: #DA1881; }
a { background-color: rgb(218,24,129); }
div.DivClassName
{
background-color: #DA1881;
}
.BgClassName
{
background-color: #DA1881;
}
</style>
border-color css
<style>
span { border-color: #DA1881; }
span { border-color: rgb(218,24,129); }
td.TdClassName
{
border-color: #DA1881;
}
.TagClassName
{
border-color: #DA1881;
}
</style>