Shades of Medium Violet Red #DA157B
Tints of Medium Violet Red #DA157B
RGB
CMYK
RGB Variations
Color information
#DA157B (or 0xDA157B) is known color: Medium Violet Red. HEX triplet: DA, 15 and 7B. RGB value is (218,21,123). Sum of RGB (Red+Green+Blue) = 218+21+123=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA157B is #25EA84. Grayscale: #5B5B5B. Windows color (decimal): -2484869 or 8066522. OLE color: 8066522.
HSL color Cylindrical-coordinate representation of color #DA157B: hue angle of 328.93º 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 #DA157B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 123 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.15 |
| HSL | 328.93º | 0.82% | 0.47% | - |
| HSV(B) | 328.93º | 0.9% | 0.85% | - |
| XYZ | 32.76 | 16.87 | 20.27 | - |
| YUV | 91.53 | 145.77 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 123 | 0 | 0.90 | 0.44 | 0.15 | 328.93 | 0.82 | 0.47 |
| Hex | DA | 15 | 7B | 0 | 5A | 2C | F | 149 | 52 | 2F |
| Octal | 332 | 25 | 173 | 0 | 132 | 54 | 17 | 511 | 122 | 57 |
| Binary | 11011010 | 10101 | 1111011 | 0 | 1011010 | 101100 | 1111 | 101001001 | 1010010 | 101111 |
Color Harmonies of #DA157B
Complementary color
Monochromatic Colors of #DA157B
Black with #DA157B
Text Example
Text Example
White with #DA157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA157B; }
p { color: rgb(218,21,123); }
H1.HeaderClassName
{
color: #DA157B;
}
.AnyTagClassName
{
color: #DA157B;
}
</style>
background-color css
<style>
a { background-color: #DA157B; }
a { background-color: rgb(218,21,123); }
div.DivClassName
{
background-color: #DA157B;
}
.BgClassName
{
background-color: #DA157B;
}
</style>
border-color css
<style>
span { border-color: #DA157B; }
span { border-color: rgb(218,21,123); }
td.TdClassName
{
border-color: #DA157B;
}
.TagClassName
{
border-color: #DA157B;
}
</style>