Shades of Medium Violet Red #DA1284
Tints of Medium Violet Red #DA1284
RGB
CMYK
RGB Variations
Color information
#DA1284 (or 0xDA1284) is known color: Medium Violet Red. HEX triplet: DA, 12 and 84. RGB value is (218,18,132). Sum of RGB (Red+Green+Blue) = 218+18+132=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1284 is #25ED7B. Grayscale: #5A5A5A. Windows color (decimal): -2485628 or 8655578. OLE color: 8655578.
HSL color Cylindrical-coordinate representation of color #DA1284: hue angle of 325.8º 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 #DA1284 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 132 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.15 |
| HSL | 325.8º | 0.85% | 0.46% | - |
| HSV(B) | 325.8º | 0.92% | 0.85% | - |
| XYZ | 33.29 | 17 | 23.36 | - |
| YUV | 90.8 | 151.26 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 132 | 0 | 0.92 | 0.39 | 0.15 | 325.8 | 0.85 | 0.46 |
| Hex | DA | 12 | 84 | 0 | 5C | 27 | F | 146 | 55 | 2E |
| Octal | 332 | 22 | 204 | 0 | 134 | 47 | 17 | 506 | 125 | 56 |
| Binary | 11011010 | 10010 | 10000100 | 0 | 1011100 | 100111 | 1111 | 101000110 | 1010101 | 101110 |
Color Harmonies of #DA1284
Complementary color
Monochromatic Colors of #DA1284
Black with #DA1284
Text Example
Text Example
White with #DA1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1284; }
p { color: rgb(218,18,132); }
H1.HeaderClassName
{
color: #DA1284;
}
.AnyTagClassName
{
color: #DA1284;
}
</style>
background-color css
<style>
a { background-color: #DA1284; }
a { background-color: rgb(218,18,132); }
div.DivClassName
{
background-color: #DA1284;
}
.BgClassName
{
background-color: #DA1284;
}
</style>
border-color css
<style>
span { border-color: #DA1284; }
span { border-color: rgb(218,18,132); }
td.TdClassName
{
border-color: #DA1284;
}
.TagClassName
{
border-color: #DA1284;
}
</style>