Shades of Medium Violet Red #DA1B8A
Tints of Medium Violet Red #DA1B8A
RGB
CMYK
RGB Variations
Color information
#DA1B8A (or 0xDA1B8A) is known color: Medium Violet Red. HEX triplet: DA, 1B and 8A. RGB value is (218,27,138). Sum of RGB (Red+Green+Blue) = 218+27+138=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1B8A is #25E475. Grayscale: #606060. Windows color (decimal): -2483318 or 9051098. OLE color: 9051098.
HSL color Cylindrical-coordinate representation of color #DA1B8A: hue angle of 325.13º 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 #DA1B8A is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 138 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.15 |
| HSL | 325.13º | 0.78% | 0.48% | - |
| HSV(B) | 325.13º | 0.88% | 0.85% | - |
| XYZ | 33.89 | 17.52 | 25.64 | - |
| YUV | 96.76 | 151.28 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 138 | 0 | 0.88 | 0.37 | 0.15 | 325.13 | 0.78 | 0.48 |
| Hex | DA | 1B | 8A | 0 | 58 | 25 | F | 145 | 4E | 30 |
| Octal | 332 | 33 | 212 | 0 | 130 | 45 | 17 | 505 | 116 | 60 |
| Binary | 11011010 | 11011 | 10001010 | 0 | 1011000 | 100101 | 1111 | 101000101 | 1001110 | 110000 |
Color Harmonies of #DA1B8A
Complementary color
Monochromatic Colors of #DA1B8A
Black with #DA1B8A
Text Example
Text Example
White with #DA1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B8A; }
p { color: rgb(218,27,138); }
H1.HeaderClassName
{
color: #DA1B8A;
}
.AnyTagClassName
{
color: #DA1B8A;
}
</style>
background-color css
<style>
a { background-color: #DA1B8A; }
a { background-color: rgb(218,27,138); }
div.DivClassName
{
background-color: #DA1B8A;
}
.BgClassName
{
background-color: #DA1B8A;
}
</style>
border-color css
<style>
span { border-color: #DA1B8A; }
span { border-color: rgb(218,27,138); }
td.TdClassName
{
border-color: #DA1B8A;
}
.TagClassName
{
border-color: #DA1B8A;
}
</style>