Shades of Medium Violet Red #DA189C
Tints of Medium Violet Red #DA189C
RGB
CMYK
RGB Variations
Color information
#DA189C (or 0xDA189C) is known color: Medium Violet Red. HEX triplet: DA, 18 and 9C. RGB value is (218,24,156). Sum of RGB (Red+Green+Blue) = 218+24+156=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA189C is #25E763. Grayscale: #606060. Windows color (decimal): -2484068 or 10229978. OLE color: 10229978.
HSL color Cylindrical-coordinate representation of color #DA189C: hue angle of 319.18º 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 #DA189C is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 156 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.15 |
| HSL | 319.18º | 0.8% | 0.47% | - |
| HSV(B) | 319.18º | 0.89% | 0.85% | - |
| XYZ | 35.24 | 17.96 | 33.06 | - |
| YUV | 97.05 | 161.27 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 156 | 0 | 0.89 | 0.28 | 0.15 | 319.18 | 0.8 | 0.47 |
| Hex | DA | 18 | 9C | 0 | 59 | 1C | F | 13F | 50 | 2F |
| Octal | 332 | 30 | 234 | 0 | 131 | 34 | 17 | 477 | 120 | 57 |
| Binary | 11011010 | 11000 | 10011100 | 0 | 1011001 | 11100 | 1111 | 100111111 | 1010000 | 101111 |
Color Harmonies of #DA189C
Complementary color
Monochromatic Colors of #DA189C
Black with #DA189C
Text Example
Text Example
White with #DA189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA189C; }
p { color: rgb(218,24,156); }
H1.HeaderClassName
{
color: #DA189C;
}
.AnyTagClassName
{
color: #DA189C;
}
</style>
background-color css
<style>
a { background-color: #DA189C; }
a { background-color: rgb(218,24,156); }
div.DivClassName
{
background-color: #DA189C;
}
.BgClassName
{
background-color: #DA189C;
}
</style>
border-color css
<style>
span { border-color: #DA189C; }
span { border-color: rgb(218,24,156); }
td.TdClassName
{
border-color: #DA189C;
}
.TagClassName
{
border-color: #DA189C;
}
</style>