Shades of Medium Violet Red #DA189E
Tints of Medium Violet Red #DA189E
RGB
CMYK
RGB Variations
Color information
#DA189E (or 0xDA189E) is known color: Medium Violet Red. HEX triplet: DA, 18 and 9E. RGB value is (218,24,158). Sum of RGB (Red+Green+Blue) = 218+24+158=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA189E is #25E761. Grayscale: #606060. Windows color (decimal): -2484066 or 10361050. OLE color: 10361050.
HSL color Cylindrical-coordinate representation of color #DA189E: hue angle of 318.56º 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 #DA189E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 158 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.15 |
| HSL | 318.56º | 0.8% | 0.47% | - |
| HSV(B) | 318.56º | 0.89% | 0.85% | - |
| XYZ | 35.41 | 18.03 | 33.96 | - |
| YUV | 97.28 | 162.27 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 158 | 0 | 0.89 | 0.28 | 0.15 | 318.56 | 0.8 | 0.47 |
| Hex | DA | 18 | 9E | 0 | 59 | 1C | F | 13F | 50 | 2F |
| Octal | 332 | 30 | 236 | 0 | 131 | 34 | 17 | 477 | 120 | 57 |
| Binary | 11011010 | 11000 | 10011110 | 0 | 1011001 | 11100 | 1111 | 100111111 | 1010000 | 101111 |
Color Harmonies of #DA189E
Complementary color
Monochromatic Colors of #DA189E
Black with #DA189E
Text Example
Text Example
White with #DA189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA189E; }
p { color: rgb(218,24,158); }
H1.HeaderClassName
{
color: #DA189E;
}
.AnyTagClassName
{
color: #DA189E;
}
</style>
background-color css
<style>
a { background-color: #DA189E; }
a { background-color: rgb(218,24,158); }
div.DivClassName
{
background-color: #DA189E;
}
.BgClassName
{
background-color: #DA189E;
}
</style>
border-color css
<style>
span { border-color: #DA189E; }
span { border-color: rgb(218,24,158); }
td.TdClassName
{
border-color: #DA189E;
}
.TagClassName
{
border-color: #DA189E;
}
</style>