Shades of Medium Violet Red #DA189A
Tints of Medium Violet Red #DA189A
RGB
CMYK
RGB Variations
Color information
#DA189A (or 0xDA189A) is known color: Medium Violet Red. HEX triplet: DA, 18 and 9A. RGB value is (218,24,154). Sum of RGB (Red+Green+Blue) = 218+24+154=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA189A is #25E765. Grayscale: #606060. Windows color (decimal): -2484070 or 10098906. OLE color: 10098906.
HSL color Cylindrical-coordinate representation of color #DA189A: hue angle of 319.79º 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 #DA189A is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 154 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.15 |
| HSL | 319.79º | 0.8% | 0.47% | - |
| HSV(B) | 319.79º | 0.89% | 0.85% | - |
| XYZ | 35.07 | 17.89 | 32.18 | - |
| YUV | 96.83 | 160.27 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 154 | 0 | 0.89 | 0.29 | 0.15 | 319.79 | 0.8 | 0.47 |
| Hex | DA | 18 | 9A | 0 | 59 | 1D | F | 140 | 50 | 2F |
| Octal | 332 | 30 | 232 | 0 | 131 | 35 | 17 | 500 | 120 | 57 |
| Binary | 11011010 | 11000 | 10011010 | 0 | 1011001 | 11101 | 1111 | 101000000 | 1010000 | 101111 |
Color Harmonies of #DA189A
Complementary color
Monochromatic Colors of #DA189A
Black with #DA189A
Text Example
Text Example
White with #DA189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA189A; }
p { color: rgb(218,24,154); }
H1.HeaderClassName
{
color: #DA189A;
}
.AnyTagClassName
{
color: #DA189A;
}
</style>
background-color css
<style>
a { background-color: #DA189A; }
a { background-color: rgb(218,24,154); }
div.DivClassName
{
background-color: #DA189A;
}
.BgClassName
{
background-color: #DA189A;
}
</style>
border-color css
<style>
span { border-color: #DA189A; }
span { border-color: rgb(218,24,154); }
td.TdClassName
{
border-color: #DA189A;
}
.TagClassName
{
border-color: #DA189A;
}
</style>