Shades of Medium Violet Red #DA148E
Tints of Medium Violet Red #DA148E
RGB
CMYK
RGB Variations
Color information
#DA148E (or 0xDA148E) is known color: Medium Violet Red. HEX triplet: DA, 14 and 8E. RGB value is (218,20,142). Sum of RGB (Red+Green+Blue) = 218+20+142=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA148E is #25EB71. Grayscale: #5C5C5C. Windows color (decimal): -2485106 or 9311450. OLE color: 9311450.
HSL color Cylindrical-coordinate representation of color #DA148E: hue angle of 323.03º 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 #DA148E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 142 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.15 |
| HSL | 323.03º | 0.83% | 0.47% | - |
| HSV(B) | 323.03º | 0.91% | 0.85% | - |
| XYZ | 34.05 | 17.36 | 27.15 | - |
| YUV | 93.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 142 | 0 | 0.91 | 0.35 | 0.15 | 323.03 | 0.83 | 0.47 |
| Hex | DA | 14 | 8E | 0 | 5B | 23 | F | 143 | 53 | 2F |
| Octal | 332 | 24 | 216 | 0 | 133 | 43 | 17 | 503 | 123 | 57 |
| Binary | 11011010 | 10100 | 10001110 | 0 | 1011011 | 100011 | 1111 | 101000011 | 1010011 | 101111 |
Color Harmonies of #DA148E
Complementary color
Monochromatic Colors of #DA148E
Black with #DA148E
Text Example
Text Example
White with #DA148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA148E; }
p { color: rgb(218,20,142); }
H1.HeaderClassName
{
color: #DA148E;
}
.AnyTagClassName
{
color: #DA148E;
}
</style>
background-color css
<style>
a { background-color: #DA148E; }
a { background-color: rgb(218,20,142); }
div.DivClassName
{
background-color: #DA148E;
}
.BgClassName
{
background-color: #DA148E;
}
</style>
border-color css
<style>
span { border-color: #DA148E; }
span { border-color: rgb(218,20,142); }
td.TdClassName
{
border-color: #DA148E;
}
.TagClassName
{
border-color: #DA148E;
}
</style>