Shades of Medium Violet Red #DA157D
Tints of Medium Violet Red #DA157D
RGB
CMYK
RGB Variations
Color information
#DA157D (or 0xDA157D) is known color: Medium Violet Red. HEX triplet: DA, 15 and 7D. RGB value is (218,21,125). Sum of RGB (Red+Green+Blue) = 218+21+125=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA157D is #25EA82. Grayscale: #5B5B5B. Windows color (decimal): -2484867 or 8197594. OLE color: 8197594.
HSL color Cylindrical-coordinate representation of color #DA157D: hue angle of 328.32º 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 #DA157D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 125 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.15 |
| HSL | 328.32º | 0.82% | 0.47% | - |
| HSV(B) | 328.32º | 0.9% | 0.85% | - |
| XYZ | 32.88 | 16.92 | 20.94 | - |
| YUV | 91.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 125 | 0 | 0.90 | 0.43 | 0.15 | 328.32 | 0.82 | 0.47 |
| Hex | DA | 15 | 7D | 0 | 5A | 2B | F | 148 | 52 | 2F |
| Octal | 332 | 25 | 175 | 0 | 132 | 53 | 17 | 510 | 122 | 57 |
| Binary | 11011010 | 10101 | 1111101 | 0 | 1011010 | 101011 | 1111 | 101001000 | 1010010 | 101111 |
Color Harmonies of #DA157D
Complementary color
Monochromatic Colors of #DA157D
Black with #DA157D
Text Example
Text Example
White with #DA157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA157D; }
p { color: rgb(218,21,125); }
H1.HeaderClassName
{
color: #DA157D;
}
.AnyTagClassName
{
color: #DA157D;
}
</style>
background-color css
<style>
a { background-color: #DA157D; }
a { background-color: rgb(218,21,125); }
div.DivClassName
{
background-color: #DA157D;
}
.BgClassName
{
background-color: #DA157D;
}
</style>
border-color css
<style>
span { border-color: #DA157D; }
span { border-color: rgb(218,21,125); }
td.TdClassName
{
border-color: #DA157D;
}
.TagClassName
{
border-color: #DA157D;
}
</style>