Shades of Medium Violet Red #DA0183
Tints of Medium Violet Red #DA0183
RGB
CMYK
RGB Variations
Color information
#DA0183 (or 0xDA0183) is known color: Medium Violet Red. HEX triplet: DA, 01 and 83. RGB value is (218,1,131). Sum of RGB (Red+Green+Blue) = 218+1+131=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0183 is #25FE7C. Grayscale: #505050. Windows color (decimal): -2489981 or 8585690. OLE color: 8585690.
HSL color Cylindrical-coordinate representation of color #DA0183: hue angle of 324.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0183 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.15 |
| HSL | 324.06º | 0.99% | 0.43% | - |
| HSV(B) | 324.06º | 1% | 0.85% | - |
| XYZ | 33.02 | 16.57 | 22.93 | - |
| YUV | 80.7 | 156.39 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 131 | 0 | 1.00 | 0.40 | 0.15 | 324.06 | 0.99 | 0.43 |
| Hex | DA | 1 | 83 | 0 | 64 | 28 | F | 144 | 63 | 2B |
| Octal | 332 | 1 | 203 | 0 | 144 | 50 | 17 | 504 | 143 | 53 |
| Binary | 11011010 | 1 | 10000011 | 0 | 1100100 | 101000 | 1111 | 101000100 | 1100011 | 101011 |
Color Harmonies of #DA0183
Complementary color
Monochromatic Colors of #DA0183
Black with #DA0183
Text Example
Text Example
White with #DA0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0183; }
p { color: rgb(218,1,131); }
H1.HeaderClassName
{
color: #DA0183;
}
.AnyTagClassName
{
color: #DA0183;
}
</style>
background-color css
<style>
a { background-color: #DA0183; }
a { background-color: rgb(218,1,131); }
div.DivClassName
{
background-color: #DA0183;
}
.BgClassName
{
background-color: #DA0183;
}
</style>
border-color css
<style>
span { border-color: #DA0183; }
span { border-color: rgb(218,1,131); }
td.TdClassName
{
border-color: #DA0183;
}
.TagClassName
{
border-color: #DA0183;
}
</style>