Shades of Medium Violet Red #DA1891
Tints of Medium Violet Red #DA1891
RGB
CMYK
RGB Variations
Color information
#DA1891 (or 0xDA1891) is known color: Medium Violet Red. HEX triplet: DA, 18 and 91. RGB value is (218,24,145). Sum of RGB (Red+Green+Blue) = 218+24+145=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1891 is #25E76E. Grayscale: #5F5F5F. Windows color (decimal): -2484079 or 9509082. OLE color: 9509082.
HSL color Cylindrical-coordinate representation of color #DA1891: hue angle of 322.58º 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 #DA1891 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 145 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.15 |
| HSL | 322.58º | 0.8% | 0.47% | - |
| HSV(B) | 322.58º | 0.89% | 0.85% | - |
| XYZ | 34.35 | 17.6 | 28.38 | - |
| YUV | 95.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 145 | 0 | 0.89 | 0.33 | 0.15 | 322.58 | 0.8 | 0.47 |
| Hex | DA | 18 | 91 | 0 | 59 | 21 | F | 143 | 50 | 2F |
| Octal | 332 | 30 | 221 | 0 | 131 | 41 | 17 | 503 | 120 | 57 |
| Binary | 11011010 | 11000 | 10010001 | 0 | 1011001 | 100001 | 1111 | 101000011 | 1010000 | 101111 |
Color Harmonies of #DA1891
Complementary color
Monochromatic Colors of #DA1891
Black with #DA1891
Text Example
Text Example
White with #DA1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1891; }
p { color: rgb(218,24,145); }
H1.HeaderClassName
{
color: #DA1891;
}
.AnyTagClassName
{
color: #DA1891;
}
</style>
background-color css
<style>
a { background-color: #DA1891; }
a { background-color: rgb(218,24,145); }
div.DivClassName
{
background-color: #DA1891;
}
.BgClassName
{
background-color: #DA1891;
}
</style>
border-color css
<style>
span { border-color: #DA1891; }
span { border-color: rgb(218,24,145); }
td.TdClassName
{
border-color: #DA1891;
}
.TagClassName
{
border-color: #DA1891;
}
</style>