Shades of Medium Violet Red #DA167F
Tints of Medium Violet Red #DA167F
RGB
CMYK
RGB Variations
Color information
#DA167F (or 0xDA167F) is known color: Medium Violet Red. HEX triplet: DA, 16 and 7F. RGB value is (218,22,127). Sum of RGB (Red+Green+Blue) = 218+22+127=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA167F is #25E980. Grayscale: #5C5C5C. Windows color (decimal): -2484609 or 8328922. OLE color: 8328922.
HSL color Cylindrical-coordinate representation of color #DA167F: hue angle of 327.86º 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 #DA167F is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 127 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.15 |
| HSL | 327.86º | 0.82% | 0.47% | - |
| HSV(B) | 327.86º | 0.9% | 0.85% | - |
| XYZ | 33.03 | 17.01 | 21.62 | - |
| YUV | 92.57 | 147.43 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 127 | 0 | 0.90 | 0.42 | 0.15 | 327.86 | 0.82 | 0.47 |
| Hex | DA | 16 | 7F | 0 | 5A | 2A | F | 148 | 52 | 2F |
| Octal | 332 | 26 | 177 | 0 | 132 | 52 | 17 | 510 | 122 | 57 |
| Binary | 11011010 | 10110 | 1111111 | 0 | 1011010 | 101010 | 1111 | 101001000 | 1010010 | 101111 |
Color Harmonies of #DA167F
Complementary color
Monochromatic Colors of #DA167F
Black with #DA167F
Text Example
Text Example
White with #DA167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA167F; }
p { color: rgb(218,22,127); }
H1.HeaderClassName
{
color: #DA167F;
}
.AnyTagClassName
{
color: #DA167F;
}
</style>
background-color css
<style>
a { background-color: #DA167F; }
a { background-color: rgb(218,22,127); }
div.DivClassName
{
background-color: #DA167F;
}
.BgClassName
{
background-color: #DA167F;
}
</style>
border-color css
<style>
span { border-color: #DA167F; }
span { border-color: rgb(218,22,127); }
td.TdClassName
{
border-color: #DA167F;
}
.TagClassName
{
border-color: #DA167F;
}
</style>