Shades of Medium Violet Red #DA1678
Tints of Medium Violet Red #DA1678
RGB
CMYK
RGB Variations
Color information
#DA1678 (or 0xDA1678) is known color: Medium Violet Red. HEX triplet: DA, 16 and 78. RGB value is (218,22,120). Sum of RGB (Red+Green+Blue) = 218+22+120=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1678 is #25E987. Grayscale: #5B5B5B. Windows color (decimal): -2484616 or 7870170. OLE color: 7870170.
HSL color Cylindrical-coordinate representation of color #DA1678: hue angle of 330º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1678 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 120 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.15 |
| HSL | 330º | 0.82% | 0.47% | - |
| HSV(B) | 330º | 0.9% | 0.85% | - |
| XYZ | 32.59 | 16.84 | 19.3 | - |
| YUV | 91.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 120 | 0 | 0.90 | 0.45 | 0.15 | 330 | 0.82 | 0.47 |
| Hex | DA | 16 | 78 | 0 | 5A | 2D | F | 14A | 52 | 2F |
| Octal | 332 | 26 | 170 | 0 | 132 | 55 | 17 | 512 | 122 | 57 |
| Binary | 11011010 | 10110 | 1111000 | 0 | 1011010 | 101101 | 1111 | 101001010 | 1010010 | 101111 |
Color Harmonies of #DA1678
Complementary color
Monochromatic Colors of #DA1678
Black with #DA1678
Text Example
Text Example
White with #DA1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1678; }
p { color: rgb(218,22,120); }
H1.HeaderClassName
{
color: #DA1678;
}
.AnyTagClassName
{
color: #DA1678;
}
</style>
background-color css
<style>
a { background-color: #DA1678; }
a { background-color: rgb(218,22,120); }
div.DivClassName
{
background-color: #DA1678;
}
.BgClassName
{
background-color: #DA1678;
}
</style>
border-color css
<style>
span { border-color: #DA1678; }
span { border-color: rgb(218,22,120); }
td.TdClassName
{
border-color: #DA1678;
}
.TagClassName
{
border-color: #DA1678;
}
</style>