Shades of Medium Violet Red #DA167D
Tints of Medium Violet Red #DA167D
RGB
CMYK
RGB Variations
Color information
#DA167D (or 0xDA167D) is known color: Medium Violet Red. HEX triplet: DA, 16 and 7D. RGB value is (218,22,125). Sum of RGB (Red+Green+Blue) = 218+22+125=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA167D is #25E982. Grayscale: #5C5C5C. Windows color (decimal): -2484611 or 8197850. OLE color: 8197850.
HSL color Cylindrical-coordinate representation of color #DA167D: hue angle of 328.47º 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 #DA167D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 125 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.15 |
| HSL | 328.47º | 0.82% | 0.47% | - |
| HSV(B) | 328.47º | 0.9% | 0.85% | - |
| XYZ | 32.9 | 16.96 | 20.94 | - |
| YUV | 92.35 | 146.43 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 125 | 0 | 0.90 | 0.43 | 0.15 | 328.47 | 0.82 | 0.47 |
| Hex | DA | 16 | 7D | 0 | 5A | 2B | F | 148 | 52 | 2F |
| Octal | 332 | 26 | 175 | 0 | 132 | 53 | 17 | 510 | 122 | 57 |
| Binary | 11011010 | 10110 | 1111101 | 0 | 1011010 | 101011 | 1111 | 101001000 | 1010010 | 101111 |
Color Harmonies of #DA167D
Complementary color
Monochromatic Colors of #DA167D
Black with #DA167D
Text Example
Text Example
White with #DA167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA167D; }
p { color: rgb(218,22,125); }
H1.HeaderClassName
{
color: #DA167D;
}
.AnyTagClassName
{
color: #DA167D;
}
</style>
background-color css
<style>
a { background-color: #DA167D; }
a { background-color: rgb(218,22,125); }
div.DivClassName
{
background-color: #DA167D;
}
.BgClassName
{
background-color: #DA167D;
}
</style>
border-color css
<style>
span { border-color: #DA167D; }
span { border-color: rgb(218,22,125); }
td.TdClassName
{
border-color: #DA167D;
}
.TagClassName
{
border-color: #DA167D;
}
</style>