Shades of Medium Violet Red #DA1A8C
Tints of Medium Violet Red #DA1A8C
RGB
CMYK
RGB Variations
Color information
#DA1A8C (or 0xDA1A8C) is known color: Medium Violet Red. HEX triplet: DA, 1A and 8C. RGB value is (218,26,140). Sum of RGB (Red+Green+Blue) = 218+26+140=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1A8C is #25E573. Grayscale: #606060. Windows color (decimal): -2483572 or 9181914. OLE color: 9181914.
HSL color Cylindrical-coordinate representation of color #DA1A8C: hue angle of 324.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1A8C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 140 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.15 |
| HSL | 324.38º | 0.79% | 0.48% | - |
| HSV(B) | 324.38º | 0.88% | 0.85% | - |
| XYZ | 34.02 | 17.54 | 26.4 | - |
| YUV | 96.4 | 152.61 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 140 | 0 | 0.88 | 0.36 | 0.15 | 324.38 | 0.79 | 0.48 |
| Hex | DA | 1A | 8C | 0 | 58 | 24 | F | 144 | 4F | 30 |
| Octal | 332 | 32 | 214 | 0 | 130 | 44 | 17 | 504 | 117 | 60 |
| Binary | 11011010 | 11010 | 10001100 | 0 | 1011000 | 100100 | 1111 | 101000100 | 1001111 | 110000 |
Color Harmonies of #DA1A8C
Complementary color
Monochromatic Colors of #DA1A8C
Black with #DA1A8C
Text Example
Text Example
White with #DA1A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A8C; }
p { color: rgb(218,26,140); }
H1.HeaderClassName
{
color: #DA1A8C;
}
.AnyTagClassName
{
color: #DA1A8C;
}
</style>
background-color css
<style>
a { background-color: #DA1A8C; }
a { background-color: rgb(218,26,140); }
div.DivClassName
{
background-color: #DA1A8C;
}
.BgClassName
{
background-color: #DA1A8C;
}
</style>
border-color css
<style>
span { border-color: #DA1A8C; }
span { border-color: rgb(218,26,140); }
td.TdClassName
{
border-color: #DA1A8C;
}
.TagClassName
{
border-color: #DA1A8C;
}
</style>