Shades of Medium Violet Red #DA1396
Tints of Medium Violet Red #DA1396
RGB
CMYK
RGB Variations
Color information
#DA1396 (or 0xDA1396) is known color: Medium Violet Red. HEX triplet: DA, 13 and 96. RGB value is (218,19,150). Sum of RGB (Red+Green+Blue) = 218+19+150=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1396 is #25EC69. Grayscale: #5D5D5D. Windows color (decimal): -2485354 or 9835482. OLE color: 9835482.
HSL color Cylindrical-coordinate representation of color #DA1396: hue angle of 320.5º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1396 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 150 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.15 |
| HSL | 320.5º | 0.84% | 0.46% | - |
| HSV(B) | 320.5º | 0.91% | 0.85% | - |
| XYZ | 34.65 | 17.57 | 30.42 | - |
| YUV | 93.44 | 159.93 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 150 | 0 | 0.91 | 0.31 | 0.15 | 320.5 | 0.84 | 0.46 |
| Hex | DA | 13 | 96 | 0 | 5B | 1F | F | 141 | 54 | 2E |
| Octal | 332 | 23 | 226 | 0 | 133 | 37 | 17 | 501 | 124 | 56 |
| Binary | 11011010 | 10011 | 10010110 | 0 | 1011011 | 11111 | 1111 | 101000001 | 1010100 | 101110 |
Color Harmonies of #DA1396
Complementary color
Monochromatic Colors of #DA1396
Black with #DA1396
Text Example
Text Example
White with #DA1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1396; }
p { color: rgb(218,19,150); }
H1.HeaderClassName
{
color: #DA1396;
}
.AnyTagClassName
{
color: #DA1396;
}
</style>
background-color css
<style>
a { background-color: #DA1396; }
a { background-color: rgb(218,19,150); }
div.DivClassName
{
background-color: #DA1396;
}
.BgClassName
{
background-color: #DA1396;
}
</style>
border-color css
<style>
span { border-color: #DA1396; }
span { border-color: rgb(218,19,150); }
td.TdClassName
{
border-color: #DA1396;
}
.TagClassName
{
border-color: #DA1396;
}
</style>