Shades of Medium Violet Red #DA147E
Tints of Medium Violet Red #DA147E
RGB
CMYK
RGB Variations
Color information
#DA147E (or 0xDA147E) is known color: Medium Violet Red. HEX triplet: DA, 14 and 7E. RGB value is (218,20,126). Sum of RGB (Red+Green+Blue) = 218+20+126=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA147E is #25EB81. Grayscale: #5B5B5B. Windows color (decimal): -2485122 or 8262874. OLE color: 8262874.
HSL color Cylindrical-coordinate representation of color #DA147E: hue angle of 327.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 #DA147E is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.15 |
| HSL | 327.88º | 0.83% | 0.47% | - |
| HSV(B) | 327.88º | 0.91% | 0.85% | - |
| XYZ | 32.93 | 16.91 | 21.27 | - |
| YUV | 91.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 126 | 0 | 0.91 | 0.42 | 0.15 | 327.88 | 0.83 | 0.47 |
| Hex | DA | 14 | 7E | 0 | 5B | 2A | F | 148 | 53 | 2F |
| Octal | 332 | 24 | 176 | 0 | 133 | 52 | 17 | 510 | 123 | 57 |
| Binary | 11011010 | 10100 | 1111110 | 0 | 1011011 | 101010 | 1111 | 101001000 | 1010011 | 101111 |
Color Harmonies of #DA147E
Complementary color
Monochromatic Colors of #DA147E
Black with #DA147E
Text Example
Text Example
White with #DA147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA147E; }
p { color: rgb(218,20,126); }
H1.HeaderClassName
{
color: #DA147E;
}
.AnyTagClassName
{
color: #DA147E;
}
</style>
background-color css
<style>
a { background-color: #DA147E; }
a { background-color: rgb(218,20,126); }
div.DivClassName
{
background-color: #DA147E;
}
.BgClassName
{
background-color: #DA147E;
}
</style>
border-color css
<style>
span { border-color: #DA147E; }
span { border-color: rgb(218,20,126); }
td.TdClassName
{
border-color: #DA147E;
}
.TagClassName
{
border-color: #DA147E;
}
</style>