Shades of Medium Violet Red #DA147C
Tints of Medium Violet Red #DA147C
RGB
CMYK
RGB Variations
Color information
#DA147C (or 0xDA147C) is known color: Medium Violet Red. HEX triplet: DA, 14 and 7C. RGB value is (218,20,124). Sum of RGB (Red+Green+Blue) = 218+20+124=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA147C is #25EB83. Grayscale: #5A5A5A. Windows color (decimal): -2485124 or 8131802. OLE color: 8131802.
HSL color Cylindrical-coordinate representation of color #DA147C: hue angle of 328.48º 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 #DA147C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 124 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.15 |
| HSL | 328.48º | 0.83% | 0.47% | - |
| HSV(B) | 328.48º | 0.91% | 0.85% | - |
| XYZ | 32.8 | 16.86 | 20.59 | - |
| YUV | 91.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 124 | 0 | 0.91 | 0.43 | 0.15 | 328.48 | 0.83 | 0.47 |
| Hex | DA | 14 | 7C | 0 | 5B | 2B | F | 148 | 53 | 2F |
| Octal | 332 | 24 | 174 | 0 | 133 | 53 | 17 | 510 | 123 | 57 |
| Binary | 11011010 | 10100 | 1111100 | 0 | 1011011 | 101011 | 1111 | 101001000 | 1010011 | 101111 |
Color Harmonies of #DA147C
Complementary color
Monochromatic Colors of #DA147C
Black with #DA147C
Text Example
Text Example
White with #DA147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA147C; }
p { color: rgb(218,20,124); }
H1.HeaderClassName
{
color: #DA147C;
}
.AnyTagClassName
{
color: #DA147C;
}
</style>
background-color css
<style>
a { background-color: #DA147C; }
a { background-color: rgb(218,20,124); }
div.DivClassName
{
background-color: #DA147C;
}
.BgClassName
{
background-color: #DA147C;
}
</style>
border-color css
<style>
span { border-color: #DA147C; }
span { border-color: rgb(218,20,124); }
td.TdClassName
{
border-color: #DA147C;
}
.TagClassName
{
border-color: #DA147C;
}
</style>