Shades of Medium Violet Red #DA1280
Tints of Medium Violet Red #DA1280
RGB
CMYK
RGB Variations
Color information
#DA1280 (or 0xDA1280) is known color: Medium Violet Red. HEX triplet: DA, 12 and 80. RGB value is (218,18,128). Sum of RGB (Red+Green+Blue) = 218+18+128=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1280 is #25ED7F. Grayscale: #5A5A5A. Windows color (decimal): -2485632 or 8393434. OLE color: 8393434.
HSL color Cylindrical-coordinate representation of color #DA1280: hue angle of 327º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1280 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 128 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.15 |
| HSL | 327º | 0.85% | 0.46% | - |
| HSV(B) | 327º | 0.92% | 0.85% | - |
| XYZ | 33.03 | 16.9 | 21.94 | - |
| YUV | 90.34 | 149.26 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 128 | 0 | 0.92 | 0.41 | 0.15 | 327 | 0.85 | 0.46 |
| Hex | DA | 12 | 80 | 0 | 5C | 29 | F | 147 | 55 | 2E |
| Octal | 332 | 22 | 200 | 0 | 134 | 51 | 17 | 507 | 125 | 56 |
| Binary | 11011010 | 10010 | 10000000 | 0 | 1011100 | 101001 | 1111 | 101000111 | 1010101 | 101110 |
Color Harmonies of #DA1280
Complementary color
Monochromatic Colors of #DA1280
Black with #DA1280
Text Example
Text Example
White with #DA1280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1280; }
p { color: rgb(218,18,128); }
H1.HeaderClassName
{
color: #DA1280;
}
.AnyTagClassName
{
color: #DA1280;
}
</style>
background-color css
<style>
a { background-color: #DA1280; }
a { background-color: rgb(218,18,128); }
div.DivClassName
{
background-color: #DA1280;
}
.BgClassName
{
background-color: #DA1280;
}
</style>
border-color css
<style>
span { border-color: #DA1280; }
span { border-color: rgb(218,18,128); }
td.TdClassName
{
border-color: #DA1280;
}
.TagClassName
{
border-color: #DA1280;
}
</style>