Shades of Medium Violet Red #DA1687
Tints of Medium Violet Red #DA1687
RGB
CMYK
RGB Variations
Color information
#DA1687 (or 0xDA1687) is known color: Medium Violet Red. HEX triplet: DA, 16 and 87. RGB value is (218,22,135). Sum of RGB (Red+Green+Blue) = 218+22+135=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1687 is #25E978. Grayscale: #5D5D5D. Windows color (decimal): -2484601 or 8853210. OLE color: 8853210.
HSL color Cylindrical-coordinate representation of color #DA1687: hue angle of 325.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1687 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 135 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.15 |
| HSL | 325.41º | 0.82% | 0.47% | - |
| HSV(B) | 325.41º | 0.9% | 0.85% | - |
| XYZ | 33.57 | 17.23 | 24.48 | - |
| YUV | 93.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 135 | 0 | 0.90 | 0.38 | 0.15 | 325.41 | 0.82 | 0.47 |
| Hex | DA | 16 | 87 | 0 | 5A | 26 | F | 145 | 52 | 2F |
| Octal | 332 | 26 | 207 | 0 | 132 | 46 | 17 | 505 | 122 | 57 |
| Binary | 11011010 | 10110 | 10000111 | 0 | 1011010 | 100110 | 1111 | 101000101 | 1010010 | 101111 |
Color Harmonies of #DA1687
Complementary color
Monochromatic Colors of #DA1687
Black with #DA1687
Text Example
Text Example
White with #DA1687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1687; }
p { color: rgb(218,22,135); }
H1.HeaderClassName
{
color: #DA1687;
}
.AnyTagClassName
{
color: #DA1687;
}
</style>
background-color css
<style>
a { background-color: #DA1687; }
a { background-color: rgb(218,22,135); }
div.DivClassName
{
background-color: #DA1687;
}
.BgClassName
{
background-color: #DA1687;
}
</style>
border-color css
<style>
span { border-color: #DA1687; }
span { border-color: rgb(218,22,135); }
td.TdClassName
{
border-color: #DA1687;
}
.TagClassName
{
border-color: #DA1687;
}
</style>