Shades of Medium Violet Red #DA1693
Tints of Medium Violet Red #DA1693
RGB
CMYK
RGB Variations
Color information
#DA1693 (or 0xDA1693) is known color: Medium Violet Red. HEX triplet: DA, 16 and 93. RGB value is (218,22,147). Sum of RGB (Red+Green+Blue) = 218+22+147=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1693 is #25E96C. Grayscale: #5E5E5E. Windows color (decimal): -2484589 or 9639642. OLE color: 9639642.
HSL color Cylindrical-coordinate representation of color #DA1693: hue angle of 321.73º 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 #DA1693 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 147 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.15 |
| HSL | 321.73º | 0.82% | 0.47% | - |
| HSV(B) | 321.73º | 0.9% | 0.85% | - |
| XYZ | 34.47 | 17.59 | 29.18 | - |
| YUV | 94.85 | 157.43 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 147 | 0 | 0.90 | 0.33 | 0.15 | 321.73 | 0.82 | 0.47 |
| Hex | DA | 16 | 93 | 0 | 5A | 21 | F | 142 | 52 | 2F |
| Octal | 332 | 26 | 223 | 0 | 132 | 41 | 17 | 502 | 122 | 57 |
| Binary | 11011010 | 10110 | 10010011 | 0 | 1011010 | 100001 | 1111 | 101000010 | 1010010 | 101111 |
Color Harmonies of #DA1693
Complementary color
Monochromatic Colors of #DA1693
Black with #DA1693
Text Example
Text Example
White with #DA1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1693; }
p { color: rgb(218,22,147); }
H1.HeaderClassName
{
color: #DA1693;
}
.AnyTagClassName
{
color: #DA1693;
}
</style>
background-color css
<style>
a { background-color: #DA1693; }
a { background-color: rgb(218,22,147); }
div.DivClassName
{
background-color: #DA1693;
}
.BgClassName
{
background-color: #DA1693;
}
</style>
border-color css
<style>
span { border-color: #DA1693; }
span { border-color: rgb(218,22,147); }
td.TdClassName
{
border-color: #DA1693;
}
.TagClassName
{
border-color: #DA1693;
}
</style>