Shades of Medium Violet Red #DA038B
Tints of Medium Violet Red #DA038B
RGB
CMYK
RGB Variations
Color information
#DA038B (or 0xDA038B) is known color: Medium Violet Red. HEX triplet: DA, 03 and 8B. RGB value is (218,3,139). Sum of RGB (Red+Green+Blue) = 218+3+139=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA038B is #25FC74. Grayscale: #525252. Windows color (decimal): -2489461 or 9110490. OLE color: 9110490.
HSL color Cylindrical-coordinate representation of color #DA038B: hue angle of 322.05º 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 #DA038B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.15 |
| HSL | 322.05º | 0.97% | 0.43% | - |
| HSV(B) | 322.05º | 0.99% | 0.85% | - |
| XYZ | 33.61 | 16.83 | 25.9 | - |
| YUV | 82.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 139 | 0 | 0.99 | 0.36 | 0.15 | 322.05 | 0.97 | 0.43 |
| Hex | DA | 3 | 8B | 0 | 63 | 24 | F | 142 | 61 | 2B |
| Octal | 332 | 3 | 213 | 0 | 143 | 44 | 17 | 502 | 141 | 53 |
| Binary | 11011010 | 11 | 10001011 | 0 | 1100011 | 100100 | 1111 | 101000010 | 1100001 | 101011 |
Color Harmonies of #DA038B
Complementary color
Monochromatic Colors of #DA038B
Black with #DA038B
Text Example
Text Example
White with #DA038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA038B; }
p { color: rgb(218,3,139); }
H1.HeaderClassName
{
color: #DA038B;
}
.AnyTagClassName
{
color: #DA038B;
}
</style>
background-color css
<style>
a { background-color: #DA038B; }
a { background-color: rgb(218,3,139); }
div.DivClassName
{
background-color: #DA038B;
}
.BgClassName
{
background-color: #DA038B;
}
</style>
border-color css
<style>
span { border-color: #DA038B; }
span { border-color: rgb(218,3,139); }
td.TdClassName
{
border-color: #DA038B;
}
.TagClassName
{
border-color: #DA038B;
}
</style>