Shades of Medium Violet Red #DA168D
Tints of Medium Violet Red #DA168D
RGB
CMYK
RGB Variations
Color information
#DA168D (or 0xDA168D) is known color: Medium Violet Red. HEX triplet: DA, 16 and 8D. RGB value is (218,22,141). Sum of RGB (Red+Green+Blue) = 218+22+141=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA168D is #25E972. Grayscale: #5D5D5D. Windows color (decimal): -2484595 or 9246426. OLE color: 9246426.
HSL color Cylindrical-coordinate representation of color #DA168D: hue angle of 323.57º 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 #DA168D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 141 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.15 |
| HSL | 323.57º | 0.82% | 0.47% | - |
| HSV(B) | 323.57º | 0.9% | 0.85% | - |
| XYZ | 34.01 | 17.4 | 26.77 | - |
| YUV | 94.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 141 | 0 | 0.90 | 0.35 | 0.15 | 323.57 | 0.82 | 0.47 |
| Hex | DA | 16 | 8D | 0 | 5A | 23 | F | 144 | 52 | 2F |
| Octal | 332 | 26 | 215 | 0 | 132 | 43 | 17 | 504 | 122 | 57 |
| Binary | 11011010 | 10110 | 10001101 | 0 | 1011010 | 100011 | 1111 | 101000100 | 1010010 | 101111 |
Color Harmonies of #DA168D
Complementary color
Monochromatic Colors of #DA168D
Black with #DA168D
Text Example
Text Example
White with #DA168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA168D; }
p { color: rgb(218,22,141); }
H1.HeaderClassName
{
color: #DA168D;
}
.AnyTagClassName
{
color: #DA168D;
}
</style>
background-color css
<style>
a { background-color: #DA168D; }
a { background-color: rgb(218,22,141); }
div.DivClassName
{
background-color: #DA168D;
}
.BgClassName
{
background-color: #DA168D;
}
</style>
border-color css
<style>
span { border-color: #DA168D; }
span { border-color: rgb(218,22,141); }
td.TdClassName
{
border-color: #DA168D;
}
.TagClassName
{
border-color: #DA168D;
}
</style>