Shades of Medium Violet Red #DA149C
Tints of Medium Violet Red #DA149C
RGB
CMYK
RGB Variations
Color information
#DA149C (or 0xDA149C) is known color: Medium Violet Red. HEX triplet: DA, 14 and 9C. RGB value is (218,20,156). Sum of RGB (Red+Green+Blue) = 218+20+156=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA149C is #25EB63. Grayscale: #5E5E5E. Windows color (decimal): -2485092 or 10228954. OLE color: 10228954.
HSL color Cylindrical-coordinate representation of color #DA149C: hue angle of 318.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA149C is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 156 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.15 |
| HSL | 318.79º | 0.83% | 0.47% | - |
| HSV(B) | 318.79º | 0.91% | 0.85% | - |
| XYZ | 35.16 | 17.81 | 33.04 | - |
| YUV | 94.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 156 | 0 | 0.91 | 0.28 | 0.15 | 318.79 | 0.83 | 0.47 |
| Hex | DA | 14 | 9C | 0 | 5B | 1C | F | 13F | 53 | 2F |
| Octal | 332 | 24 | 234 | 0 | 133 | 34 | 17 | 477 | 123 | 57 |
| Binary | 11011010 | 10100 | 10011100 | 0 | 1011011 | 11100 | 1111 | 100111111 | 1010011 | 101111 |
Color Harmonies of #DA149C
Complementary color
Monochromatic Colors of #DA149C
Black with #DA149C
Text Example
Text Example
White with #DA149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA149C; }
p { color: rgb(218,20,156); }
H1.HeaderClassName
{
color: #DA149C;
}
.AnyTagClassName
{
color: #DA149C;
}
</style>
background-color css
<style>
a { background-color: #DA149C; }
a { background-color: rgb(218,20,156); }
div.DivClassName
{
background-color: #DA149C;
}
.BgClassName
{
background-color: #DA149C;
}
</style>
border-color css
<style>
span { border-color: #DA149C; }
span { border-color: rgb(218,20,156); }
td.TdClassName
{
border-color: #DA149C;
}
.TagClassName
{
border-color: #DA149C;
}
</style>