Shades of Medium Violet Red #DA038E
Tints of Medium Violet Red #DA038E
RGB
CMYK
RGB Variations
Color information
#DA038E (or 0xDA038E) is known color: Medium Violet Red. HEX triplet: DA, 03 and 8E. RGB value is (218,3,142). Sum of RGB (Red+Green+Blue) = 218+3+142=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA038E is #25FC71. Grayscale: #525252. Windows color (decimal): -2489458 or 9307098. OLE color: 9307098.
HSL color Cylindrical-coordinate representation of color #DA038E: hue angle of 321.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA038E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.15 |
| HSL | 321.21º | 0.97% | 0.43% | - |
| HSV(B) | 321.21º | 0.99% | 0.85% | - |
| XYZ | 33.83 | 16.92 | 27.07 | - |
| YUV | 83.13 | 161.23 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 142 | 0 | 0.99 | 0.35 | 0.15 | 321.21 | 0.97 | 0.43 |
| Hex | DA | 3 | 8E | 0 | 63 | 23 | F | 141 | 61 | 2B |
| Octal | 332 | 3 | 216 | 0 | 143 | 43 | 17 | 501 | 141 | 53 |
| Binary | 11011010 | 11 | 10001110 | 0 | 1100011 | 100011 | 1111 | 101000001 | 1100001 | 101011 |
Color Harmonies of #DA038E
Complementary color
Monochromatic Colors of #DA038E
Black with #DA038E
Text Example
Text Example
White with #DA038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA038E; }
p { color: rgb(218,3,142); }
H1.HeaderClassName
{
color: #DA038E;
}
.AnyTagClassName
{
color: #DA038E;
}
</style>
background-color css
<style>
a { background-color: #DA038E; }
a { background-color: rgb(218,3,142); }
div.DivClassName
{
background-color: #DA038E;
}
.BgClassName
{
background-color: #DA038E;
}
</style>
border-color css
<style>
span { border-color: #DA038E; }
span { border-color: rgb(218,3,142); }
td.TdClassName
{
border-color: #DA038E;
}
.TagClassName
{
border-color: #DA038E;
}
</style>