Shades of Medium Violet Red #DA188B
Tints of Medium Violet Red #DA188B
RGB
CMYK
RGB Variations
Color information
#DA188B (or 0xDA188B) is known color: Medium Violet Red. HEX triplet: DA, 18 and 8B. RGB value is (218,24,139). Sum of RGB (Red+Green+Blue) = 218+24+139=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA188B is #25E774. Grayscale: #5E5E5E. Windows color (decimal): -2484085 or 9115866. OLE color: 9115866.
HSL color Cylindrical-coordinate representation of color #DA188B: hue angle of 324.43º 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 #DA188B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 139 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.15 |
| HSL | 324.43º | 0.8% | 0.47% | - |
| HSV(B) | 324.43º | 0.89% | 0.85% | - |
| XYZ | 33.9 | 17.42 | 26 | - |
| YUV | 95.12 | 152.77 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 139 | 0 | 0.89 | 0.36 | 0.15 | 324.43 | 0.8 | 0.47 |
| Hex | DA | 18 | 8B | 0 | 59 | 24 | F | 144 | 50 | 2F |
| Octal | 332 | 30 | 213 | 0 | 131 | 44 | 17 | 504 | 120 | 57 |
| Binary | 11011010 | 11000 | 10001011 | 0 | 1011001 | 100100 | 1111 | 101000100 | 1010000 | 101111 |
Color Harmonies of #DA188B
Complementary color
Monochromatic Colors of #DA188B
Black with #DA188B
Text Example
Text Example
White with #DA188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA188B; }
p { color: rgb(218,24,139); }
H1.HeaderClassName
{
color: #DA188B;
}
.AnyTagClassName
{
color: #DA188B;
}
</style>
background-color css
<style>
a { background-color: #DA188B; }
a { background-color: rgb(218,24,139); }
div.DivClassName
{
background-color: #DA188B;
}
.BgClassName
{
background-color: #DA188B;
}
</style>
border-color css
<style>
span { border-color: #DA188B; }
span { border-color: rgb(218,24,139); }
td.TdClassName
{
border-color: #DA188B;
}
.TagClassName
{
border-color: #DA188B;
}
</style>