Shades of Medium Violet Red #DA1683
Tints of Medium Violet Red #DA1683
RGB
CMYK
RGB Variations
Color information
#DA1683 (or 0xDA1683) is known color: Medium Violet Red. HEX triplet: DA, 16 and 83. RGB value is (218,22,131). Sum of RGB (Red+Green+Blue) = 218+22+131=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1683 is #25E97C. Grayscale: #5C5C5C. Windows color (decimal): -2484605 or 8591066. OLE color: 8591066.
HSL color Cylindrical-coordinate representation of color #DA1683: hue angle of 326.63º 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 #DA1683 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 131 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.15 |
| HSL | 326.63º | 0.82% | 0.47% | - |
| HSV(B) | 326.63º | 0.9% | 0.85% | - |
| XYZ | 33.3 | 17.12 | 23.02 | - |
| YUV | 93.03 | 149.43 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 131 | 0 | 0.90 | 0.40 | 0.15 | 326.63 | 0.82 | 0.47 |
| Hex | DA | 16 | 83 | 0 | 5A | 28 | F | 147 | 52 | 2F |
| Octal | 332 | 26 | 203 | 0 | 132 | 50 | 17 | 507 | 122 | 57 |
| Binary | 11011010 | 10110 | 10000011 | 0 | 1011010 | 101000 | 1111 | 101000111 | 1010010 | 101111 |
Color Harmonies of #DA1683
Complementary color
Monochromatic Colors of #DA1683
Black with #DA1683
Text Example
Text Example
White with #DA1683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1683; }
p { color: rgb(218,22,131); }
H1.HeaderClassName
{
color: #DA1683;
}
.AnyTagClassName
{
color: #DA1683;
}
</style>
background-color css
<style>
a { background-color: #DA1683; }
a { background-color: rgb(218,22,131); }
div.DivClassName
{
background-color: #DA1683;
}
.BgClassName
{
background-color: #DA1683;
}
</style>
border-color css
<style>
span { border-color: #DA1683; }
span { border-color: rgb(218,22,131); }
td.TdClassName
{
border-color: #DA1683;
}
.TagClassName
{
border-color: #DA1683;
}
</style>