Shades of Medium Violet Red #DA1497
Tints of Medium Violet Red #DA1497
RGB
CMYK
RGB Variations
Color information
#DA1497 (or 0xDA1497) is known color: Medium Violet Red. HEX triplet: DA, 14 and 97. RGB value is (218,20,151). Sum of RGB (Red+Green+Blue) = 218+20+151=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1497 is #25EB68. Grayscale: #5D5D5D. Windows color (decimal): -2485097 or 9901274. OLE color: 9901274.
HSL color Cylindrical-coordinate representation of color #DA1497: hue angle of 320.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1497 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 151 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.15 |
| HSL | 320.3º | 0.83% | 0.47% | - |
| HSV(B) | 320.3º | 0.91% | 0.85% | - |
| XYZ | 34.75 | 17.64 | 30.85 | - |
| YUV | 94.14 | 160.1 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 151 | 0 | 0.91 | 0.31 | 0.15 | 320.3 | 0.83 | 0.47 |
| Hex | DA | 14 | 97 | 0 | 5B | 1F | F | 140 | 53 | 2F |
| Octal | 332 | 24 | 227 | 0 | 133 | 37 | 17 | 500 | 123 | 57 |
| Binary | 11011010 | 10100 | 10010111 | 0 | 1011011 | 11111 | 1111 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DA1497
Complementary color
Monochromatic Colors of #DA1497
Black with #DA1497
Text Example
Text Example
White with #DA1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1497; }
p { color: rgb(218,20,151); }
H1.HeaderClassName
{
color: #DA1497;
}
.AnyTagClassName
{
color: #DA1497;
}
</style>
background-color css
<style>
a { background-color: #DA1497; }
a { background-color: rgb(218,20,151); }
div.DivClassName
{
background-color: #DA1497;
}
.BgClassName
{
background-color: #DA1497;
}
</style>
border-color css
<style>
span { border-color: #DA1497; }
span { border-color: rgb(218,20,151); }
td.TdClassName
{
border-color: #DA1497;
}
.TagClassName
{
border-color: #DA1497;
}
</style>