Shades of Medium Violet Red #DA188F
Tints of Medium Violet Red #DA188F
RGB
CMYK
RGB Variations
Color information
#DA188F (or 0xDA188F) is known color: Medium Violet Red. HEX triplet: DA, 18 and 8F. RGB value is (218,24,143). Sum of RGB (Red+Green+Blue) = 218+24+143=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA188F is #25E770. Grayscale: #5F5F5F. Windows color (decimal): -2484081 or 9378010. OLE color: 9378010.
HSL color Cylindrical-coordinate representation of color #DA188F: hue angle of 323.2º 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 #DA188F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 143 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.15 |
| HSL | 323.2º | 0.8% | 0.47% | - |
| HSV(B) | 323.2º | 0.89% | 0.85% | - |
| XYZ | 34.2 | 17.54 | 27.57 | - |
| YUV | 95.57 | 154.77 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 143 | 0 | 0.89 | 0.34 | 0.15 | 323.2 | 0.8 | 0.47 |
| Hex | DA | 18 | 8F | 0 | 59 | 22 | F | 143 | 50 | 2F |
| Octal | 332 | 30 | 217 | 0 | 131 | 42 | 17 | 503 | 120 | 57 |
| Binary | 11011010 | 11000 | 10001111 | 0 | 1011001 | 100010 | 1111 | 101000011 | 1010000 | 101111 |
Color Harmonies of #DA188F
Complementary color
Monochromatic Colors of #DA188F
Black with #DA188F
Text Example
Text Example
White with #DA188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA188F; }
p { color: rgb(218,24,143); }
H1.HeaderClassName
{
color: #DA188F;
}
.AnyTagClassName
{
color: #DA188F;
}
</style>
background-color css
<style>
a { background-color: #DA188F; }
a { background-color: rgb(218,24,143); }
div.DivClassName
{
background-color: #DA188F;
}
.BgClassName
{
background-color: #DA188F;
}
</style>
border-color css
<style>
span { border-color: #DA188F; }
span { border-color: rgb(218,24,143); }
td.TdClassName
{
border-color: #DA188F;
}
.TagClassName
{
border-color: #DA188F;
}
</style>