Shades of Medium Violet Red #DA177F
Tints of Medium Violet Red #DA177F
RGB
CMYK
RGB Variations
Color information
#DA177F (or 0xDA177F) is known color: Medium Violet Red. HEX triplet: DA, 17 and 7F. RGB value is (218,23,127). Sum of RGB (Red+Green+Blue) = 218+23+127=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA177F is #25E880. Grayscale: #5C5C5C. Windows color (decimal): -2484353 or 8329178. OLE color: 8329178.
HSL color Cylindrical-coordinate representation of color #DA177F: hue angle of 328º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA177F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 127 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.15 |
| HSL | 328º | 0.81% | 0.47% | - |
| HSV(B) | 328º | 0.89% | 0.85% | - |
| XYZ | 33.05 | 17.05 | 21.63 | - |
| YUV | 93.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 127 | 0 | 0.89 | 0.42 | 0.15 | 328 | 0.81 | 0.47 |
| Hex | DA | 17 | 7F | 0 | 59 | 2A | F | 148 | 51 | 2F |
| Octal | 332 | 27 | 177 | 0 | 131 | 52 | 17 | 510 | 121 | 57 |
| Binary | 11011010 | 10111 | 1111111 | 0 | 1011001 | 101010 | 1111 | 101001000 | 1010001 | 101111 |
Color Harmonies of #DA177F
Complementary color
Monochromatic Colors of #DA177F
Black with #DA177F
Text Example
Text Example
White with #DA177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA177F; }
p { color: rgb(218,23,127); }
H1.HeaderClassName
{
color: #DA177F;
}
.AnyTagClassName
{
color: #DA177F;
}
</style>
background-color css
<style>
a { background-color: #DA177F; }
a { background-color: rgb(218,23,127); }
div.DivClassName
{
background-color: #DA177F;
}
.BgClassName
{
background-color: #DA177F;
}
</style>
border-color css
<style>
span { border-color: #DA177F; }
span { border-color: rgb(218,23,127); }
td.TdClassName
{
border-color: #DA177F;
}
.TagClassName
{
border-color: #DA177F;
}
</style>