Shades of Medium Violet Red #DA138A
Tints of Medium Violet Red #DA138A
RGB
CMYK
RGB Variations
Color information
#DA138A (or 0xDA138A) is known color: Medium Violet Red. HEX triplet: DA, 13 and 8A. RGB value is (218,19,138). Sum of RGB (Red+Green+Blue) = 218+19+138=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA138A is #25EC75. Grayscale: #5B5B5B. Windows color (decimal): -2485366 or 9049050. OLE color: 9049050.
HSL color Cylindrical-coordinate representation of color #DA138A: hue angle of 324.12º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA138A is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 138 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.15 |
| HSL | 324.12º | 0.84% | 0.46% | - |
| HSV(B) | 324.12º | 0.91% | 0.85% | - |
| XYZ | 33.73 | 17.21 | 25.59 | - |
| YUV | 92.07 | 153.93 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 138 | 0 | 0.91 | 0.37 | 0.15 | 324.12 | 0.84 | 0.46 |
| Hex | DA | 13 | 8A | 0 | 5B | 25 | F | 144 | 54 | 2E |
| Octal | 332 | 23 | 212 | 0 | 133 | 45 | 17 | 504 | 124 | 56 |
| Binary | 11011010 | 10011 | 10001010 | 0 | 1011011 | 100101 | 1111 | 101000100 | 1010100 | 101110 |
Color Harmonies of #DA138A
Complementary color
Monochromatic Colors of #DA138A
Black with #DA138A
Text Example
Text Example
White with #DA138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA138A; }
p { color: rgb(218,19,138); }
H1.HeaderClassName
{
color: #DA138A;
}
.AnyTagClassName
{
color: #DA138A;
}
</style>
background-color css
<style>
a { background-color: #DA138A; }
a { background-color: rgb(218,19,138); }
div.DivClassName
{
background-color: #DA138A;
}
.BgClassName
{
background-color: #DA138A;
}
</style>
border-color css
<style>
span { border-color: #DA138A; }
span { border-color: rgb(218,19,138); }
td.TdClassName
{
border-color: #DA138A;
}
.TagClassName
{
border-color: #DA138A;
}
</style>