Shades of Medium Violet Red #DA1583
Tints of Medium Violet Red #DA1583
RGB
CMYK
RGB Variations
Color information
#DA1583 (or 0xDA1583) is known color: Medium Violet Red. HEX triplet: DA, 15 and 83. RGB value is (218,21,131). Sum of RGB (Red+Green+Blue) = 218+21+131=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1583 is #25EA7C. Grayscale: #5C5C5C. Windows color (decimal): -2484861 or 8590810. OLE color: 8590810.
HSL color Cylindrical-coordinate representation of color #DA1583: hue angle of 326.5º 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 #DA1583 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 131 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.15 |
| HSL | 326.5º | 0.82% | 0.47% | - |
| HSV(B) | 326.5º | 0.9% | 0.85% | - |
| XYZ | 33.28 | 17.08 | 23.02 | - |
| YUV | 92.44 | 149.77 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 131 | 0 | 0.90 | 0.40 | 0.15 | 326.5 | 0.82 | 0.47 |
| Hex | DA | 15 | 83 | 0 | 5A | 28 | F | 146 | 52 | 2F |
| Octal | 332 | 25 | 203 | 0 | 132 | 50 | 17 | 506 | 122 | 57 |
| Binary | 11011010 | 10101 | 10000011 | 0 | 1011010 | 101000 | 1111 | 101000110 | 1010010 | 101111 |
Color Harmonies of #DA1583
Complementary color
Monochromatic Colors of #DA1583
Black with #DA1583
Text Example
Text Example
White with #DA1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1583; }
p { color: rgb(218,21,131); }
H1.HeaderClassName
{
color: #DA1583;
}
.AnyTagClassName
{
color: #DA1583;
}
</style>
background-color css
<style>
a { background-color: #DA1583; }
a { background-color: rgb(218,21,131); }
div.DivClassName
{
background-color: #DA1583;
}
.BgClassName
{
background-color: #DA1583;
}
</style>
border-color css
<style>
span { border-color: #DA1583; }
span { border-color: rgb(218,21,131); }
td.TdClassName
{
border-color: #DA1583;
}
.TagClassName
{
border-color: #DA1583;
}
</style>