Shades of Medium Violet Red #DA149A
Tints of Medium Violet Red #DA149A
RGB
CMYK
RGB Variations
Color information
#DA149A (or 0xDA149A) is known color: Medium Violet Red. HEX triplet: DA, 14 and 9A. RGB value is (218,20,154). Sum of RGB (Red+Green+Blue) = 218+20+154=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA149A is #25EB65. Grayscale: #5E5E5E. Windows color (decimal): -2485094 or 10097882. OLE color: 10097882.
HSL color Cylindrical-coordinate representation of color #DA149A: hue angle of 319.39º 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 #DA149A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 154 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.15 |
| HSL | 319.39º | 0.83% | 0.47% | - |
| HSV(B) | 319.39º | 0.91% | 0.85% | - |
| XYZ | 35 | 17.74 | 32.15 | - |
| YUV | 94.48 | 161.6 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 154 | 0 | 0.91 | 0.29 | 0.15 | 319.39 | 0.83 | 0.47 |
| Hex | DA | 14 | 9A | 0 | 5B | 1D | F | 13F | 53 | 2F |
| Octal | 332 | 24 | 232 | 0 | 133 | 35 | 17 | 477 | 123 | 57 |
| Binary | 11011010 | 10100 | 10011010 | 0 | 1011011 | 11101 | 1111 | 100111111 | 1010011 | 101111 |
Color Harmonies of #DA149A
Complementary color
Monochromatic Colors of #DA149A
Black with #DA149A
Text Example
Text Example
White with #DA149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA149A; }
p { color: rgb(218,20,154); }
H1.HeaderClassName
{
color: #DA149A;
}
.AnyTagClassName
{
color: #DA149A;
}
</style>
background-color css
<style>
a { background-color: #DA149A; }
a { background-color: rgb(218,20,154); }
div.DivClassName
{
background-color: #DA149A;
}
.BgClassName
{
background-color: #DA149A;
}
</style>
border-color css
<style>
span { border-color: #DA149A; }
span { border-color: rgb(218,20,154); }
td.TdClassName
{
border-color: #DA149A;
}
.TagClassName
{
border-color: #DA149A;
}
</style>