Shades of Medium Violet Red #DA1878
Tints of Medium Violet Red #DA1878
RGB
CMYK
RGB Variations
Color information
#DA1878 (or 0xDA1878) is known color: Medium Violet Red. HEX triplet: DA, 18 and 78. RGB value is (218,24,120). Sum of RGB (Red+Green+Blue) = 218+24+120=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1878 is #25E787. Grayscale: #5C5C5C. Windows color (decimal): -2484104 or 7870682. OLE color: 7870682.
HSL color Cylindrical-coordinate representation of color #DA1878: hue angle of 330.31º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1878 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 120 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.15 |
| HSL | 330.31º | 0.8% | 0.47% | - |
| HSV(B) | 330.31º | 0.89% | 0.85% | - |
| XYZ | 32.63 | 16.91 | 19.31 | - |
| YUV | 92.95 | 143.27 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 120 | 0 | 0.89 | 0.45 | 0.15 | 330.31 | 0.8 | 0.47 |
| Hex | DA | 18 | 78 | 0 | 59 | 2D | F | 14A | 50 | 2F |
| Octal | 332 | 30 | 170 | 0 | 131 | 55 | 17 | 512 | 120 | 57 |
| Binary | 11011010 | 11000 | 1111000 | 0 | 1011001 | 101101 | 1111 | 101001010 | 1010000 | 101111 |
Color Harmonies of #DA1878
Complementary color
Monochromatic Colors of #DA1878
Black with #DA1878
Text Example
Text Example
White with #DA1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1878; }
p { color: rgb(218,24,120); }
H1.HeaderClassName
{
color: #DA1878;
}
.AnyTagClassName
{
color: #DA1878;
}
</style>
background-color css
<style>
a { background-color: #DA1878; }
a { background-color: rgb(218,24,120); }
div.DivClassName
{
background-color: #DA1878;
}
.BgClassName
{
background-color: #DA1878;
}
</style>
border-color css
<style>
span { border-color: #DA1878; }
span { border-color: rgb(218,24,120); }
td.TdClassName
{
border-color: #DA1878;
}
.TagClassName
{
border-color: #DA1878;
}
</style>