Shades of Medium Violet Red #DA149F
Tints of Medium Violet Red #DA149F
RGB
CMYK
RGB Variations
Color information
#DA149F (or 0xDA149F) is known color: Medium Violet Red. HEX triplet: DA, 14 and 9F. RGB value is (218,20,159). Sum of RGB (Red+Green+Blue) = 218+20+159=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA149F is #25EB60. Grayscale: #5E5E5E. Windows color (decimal): -2485089 or 10425562. OLE color: 10425562.
HSL color Cylindrical-coordinate representation of color #DA149F: hue angle of 317.88º 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 #DA149F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 159 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.15 |
| HSL | 317.88º | 0.83% | 0.47% | - |
| HSV(B) | 317.88º | 0.91% | 0.85% | - |
| XYZ | 35.42 | 17.91 | 34.39 | - |
| YUV | 95.05 | 164.1 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 159 | 0 | 0.91 | 0.27 | 0.15 | 317.88 | 0.83 | 0.47 |
| Hex | DA | 14 | 9F | 0 | 5B | 1B | F | 13E | 53 | 2F |
| Octal | 332 | 24 | 237 | 0 | 133 | 33 | 17 | 476 | 123 | 57 |
| Binary | 11011010 | 10100 | 10011111 | 0 | 1011011 | 11011 | 1111 | 100111110 | 1010011 | 101111 |
Color Harmonies of #DA149F
Complementary color
Monochromatic Colors of #DA149F
Black with #DA149F
Text Example
Text Example
White with #DA149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA149F; }
p { color: rgb(218,20,159); }
H1.HeaderClassName
{
color: #DA149F;
}
.AnyTagClassName
{
color: #DA149F;
}
</style>
background-color css
<style>
a { background-color: #DA149F; }
a { background-color: rgb(218,20,159); }
div.DivClassName
{
background-color: #DA149F;
}
.BgClassName
{
background-color: #DA149F;
}
</style>
border-color css
<style>
span { border-color: #DA149F; }
span { border-color: rgb(218,20,159); }
td.TdClassName
{
border-color: #DA149F;
}
.TagClassName
{
border-color: #DA149F;
}
</style>