Shades of Medium Violet Red #DA1397
Tints of Medium Violet Red #DA1397
RGB
CMYK
RGB Variations
Color information
#DA1397 (or 0xDA1397) is known color: Medium Violet Red. HEX triplet: DA, 13 and 97. RGB value is (218,19,151). Sum of RGB (Red+Green+Blue) = 218+19+151=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1397 is #25EC68. Grayscale: #5D5D5D. Windows color (decimal): -2485353 or 9901018. OLE color: 9901018.
HSL color Cylindrical-coordinate representation of color #DA1397: hue angle of 320.2º 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 #DA1397 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 151 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.15 |
| HSL | 320.2º | 0.84% | 0.46% | - |
| HSV(B) | 320.2º | 0.91% | 0.85% | - |
| XYZ | 34.73 | 17.61 | 30.85 | - |
| YUV | 93.55 | 160.43 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 151 | 0 | 0.91 | 0.31 | 0.15 | 320.2 | 0.84 | 0.46 |
| Hex | DA | 13 | 97 | 0 | 5B | 1F | F | 140 | 54 | 2E |
| Octal | 332 | 23 | 227 | 0 | 133 | 37 | 17 | 500 | 124 | 56 |
| Binary | 11011010 | 10011 | 10010111 | 0 | 1011011 | 11111 | 1111 | 101000000 | 1010100 | 101110 |
Color Harmonies of #DA1397
Complementary color
Monochromatic Colors of #DA1397
Black with #DA1397
Text Example
Text Example
White with #DA1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1397; }
p { color: rgb(218,19,151); }
H1.HeaderClassName
{
color: #DA1397;
}
.AnyTagClassName
{
color: #DA1397;
}
</style>
background-color css
<style>
a { background-color: #DA1397; }
a { background-color: rgb(218,19,151); }
div.DivClassName
{
background-color: #DA1397;
}
.BgClassName
{
background-color: #DA1397;
}
</style>
border-color css
<style>
span { border-color: #DA1397; }
span { border-color: rgb(218,19,151); }
td.TdClassName
{
border-color: #DA1397;
}
.TagClassName
{
border-color: #DA1397;
}
</style>