Shades of Medium Violet Red #DA1B8C
Tints of Medium Violet Red #DA1B8C
RGB
CMYK
RGB Variations
Color information
#DA1B8C (or 0xDA1B8C) is known color: Medium Violet Red. HEX triplet: DA, 1B and 8C. RGB value is (218,27,140). Sum of RGB (Red+Green+Blue) = 218+27+140=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1B8C is #25E473. Grayscale: #606060. Windows color (decimal): -2483316 or 9182170. OLE color: 9182170.
HSL color Cylindrical-coordinate representation of color #DA1B8C: hue angle of 324.5º degrees, saturation: 0.78, 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 #DA1B8C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 140 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.15 |
| HSL | 324.5º | 0.78% | 0.48% | - |
| HSV(B) | 324.5º | 0.88% | 0.85% | - |
| XYZ | 34.04 | 17.58 | 26.41 | - |
| YUV | 96.99 | 152.28 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 140 | 0 | 0.88 | 0.36 | 0.15 | 324.5 | 0.78 | 0.48 |
| Hex | DA | 1B | 8C | 0 | 58 | 24 | F | 145 | 4E | 30 |
| Octal | 332 | 33 | 214 | 0 | 130 | 44 | 17 | 505 | 116 | 60 |
| Binary | 11011010 | 11011 | 10001100 | 0 | 1011000 | 100100 | 1111 | 101000101 | 1001110 | 110000 |
Color Harmonies of #DA1B8C
Complementary color
Monochromatic Colors of #DA1B8C
Black with #DA1B8C
Text Example
Text Example
White with #DA1B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B8C; }
p { color: rgb(218,27,140); }
H1.HeaderClassName
{
color: #DA1B8C;
}
.AnyTagClassName
{
color: #DA1B8C;
}
</style>
background-color css
<style>
a { background-color: #DA1B8C; }
a { background-color: rgb(218,27,140); }
div.DivClassName
{
background-color: #DA1B8C;
}
.BgClassName
{
background-color: #DA1B8C;
}
</style>
border-color css
<style>
span { border-color: #DA1B8C; }
span { border-color: rgb(218,27,140); }
td.TdClassName
{
border-color: #DA1B8C;
}
.TagClassName
{
border-color: #DA1B8C;
}
</style>