Shades of Medium Violet Red #DA188A
Tints of Medium Violet Red #DA188A
RGB
CMYK
RGB Variations
Color information
#DA188A (or 0xDA188A) is known color: Medium Violet Red. HEX triplet: DA, 18 and 8A. RGB value is (218,24,138). Sum of RGB (Red+Green+Blue) = 218+24+138=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA188A is #25E775. Grayscale: #5E5E5E. Windows color (decimal): -2484086 or 9050330. OLE color: 9050330.
HSL color Cylindrical-coordinate representation of color #DA188A: hue angle of 324.74º 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 #DA188A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 138 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.15 |
| HSL | 324.74º | 0.8% | 0.47% | - |
| HSV(B) | 324.74º | 0.89% | 0.85% | - |
| XYZ | 33.83 | 17.39 | 25.62 | - |
| YUV | 95 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 138 | 0 | 0.89 | 0.37 | 0.15 | 324.74 | 0.8 | 0.47 |
| Hex | DA | 18 | 8A | 0 | 59 | 25 | F | 145 | 50 | 2F |
| Octal | 332 | 30 | 212 | 0 | 131 | 45 | 17 | 505 | 120 | 57 |
| Binary | 11011010 | 11000 | 10001010 | 0 | 1011001 | 100101 | 1111 | 101000101 | 1010000 | 101111 |
Color Harmonies of #DA188A
Complementary color
Monochromatic Colors of #DA188A
Black with #DA188A
Text Example
Text Example
White with #DA188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA188A; }
p { color: rgb(218,24,138); }
H1.HeaderClassName
{
color: #DA188A;
}
.AnyTagClassName
{
color: #DA188A;
}
</style>
background-color css
<style>
a { background-color: #DA188A; }
a { background-color: rgb(218,24,138); }
div.DivClassName
{
background-color: #DA188A;
}
.BgClassName
{
background-color: #DA188A;
}
</style>
border-color css
<style>
span { border-color: #DA188A; }
span { border-color: rgb(218,24,138); }
td.TdClassName
{
border-color: #DA188A;
}
.TagClassName
{
border-color: #DA188A;
}
</style>