Shades of Medium Violet Red #DA188E
Tints of Medium Violet Red #DA188E
RGB
CMYK
RGB Variations
Color information
#DA188E (or 0xDA188E) is known color: Medium Violet Red. HEX triplet: DA, 18 and 8E. RGB value is (218,24,142). Sum of RGB (Red+Green+Blue) = 218+24+142=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA188E is #25E771. Grayscale: #5F5F5F. Windows color (decimal): -2484082 or 9312474. OLE color: 9312474.
HSL color Cylindrical-coordinate representation of color #DA188E: hue angle of 323.51º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA188E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 142 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.15 |
| HSL | 323.51º | 0.8% | 0.47% | - |
| HSV(B) | 323.51º | 0.89% | 0.85% | - |
| XYZ | 34.12 | 17.51 | 27.17 | - |
| YUV | 95.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 142 | 0 | 0.89 | 0.35 | 0.15 | 323.51 | 0.8 | 0.47 |
| Hex | DA | 18 | 8E | 0 | 59 | 23 | F | 144 | 50 | 2F |
| Octal | 332 | 30 | 216 | 0 | 131 | 43 | 17 | 504 | 120 | 57 |
| Binary | 11011010 | 11000 | 10001110 | 0 | 1011001 | 100011 | 1111 | 101000100 | 1010000 | 101111 |
Color Harmonies of #DA188E
Complementary color
Monochromatic Colors of #DA188E
Black with #DA188E
Text Example
Text Example
White with #DA188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA188E; }
p { color: rgb(218,24,142); }
H1.HeaderClassName
{
color: #DA188E;
}
.AnyTagClassName
{
color: #DA188E;
}
</style>
background-color css
<style>
a { background-color: #DA188E; }
a { background-color: rgb(218,24,142); }
div.DivClassName
{
background-color: #DA188E;
}
.BgClassName
{
background-color: #DA188E;
}
</style>
border-color css
<style>
span { border-color: #DA188E; }
span { border-color: rgb(218,24,142); }
td.TdClassName
{
border-color: #DA188E;
}
.TagClassName
{
border-color: #DA188E;
}
</style>