Shades of Medium Violet Red #DA168A
Tints of Medium Violet Red #DA168A
RGB
CMYK
RGB Variations
Color information
#DA168A (or 0xDA168A) is known color: Medium Violet Red. HEX triplet: DA, 16 and 8A. RGB value is (218,22,138). Sum of RGB (Red+Green+Blue) = 218+22+138=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA168A is #25E975. Grayscale: #5D5D5D. Windows color (decimal): -2484598 or 9049818. OLE color: 9049818.
HSL color Cylindrical-coordinate representation of color #DA168A: hue angle of 324.49º 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 #DA168A is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 138 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.15 |
| HSL | 324.49º | 0.82% | 0.47% | - |
| HSV(B) | 324.49º | 0.9% | 0.85% | - |
| XYZ | 33.79 | 17.31 | 25.61 | - |
| YUV | 93.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 138 | 0 | 0.90 | 0.37 | 0.15 | 324.49 | 0.82 | 0.47 |
| Hex | DA | 16 | 8A | 0 | 5A | 25 | F | 144 | 52 | 2F |
| Octal | 332 | 26 | 212 | 0 | 132 | 45 | 17 | 504 | 122 | 57 |
| Binary | 11011010 | 10110 | 10001010 | 0 | 1011010 | 100101 | 1111 | 101000100 | 1010010 | 101111 |
Color Harmonies of #DA168A
Complementary color
Monochromatic Colors of #DA168A
Black with #DA168A
Text Example
Text Example
White with #DA168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA168A; }
p { color: rgb(218,22,138); }
H1.HeaderClassName
{
color: #DA168A;
}
.AnyTagClassName
{
color: #DA168A;
}
</style>
background-color css
<style>
a { background-color: #DA168A; }
a { background-color: rgb(218,22,138); }
div.DivClassName
{
background-color: #DA168A;
}
.BgClassName
{
background-color: #DA168A;
}
</style>
border-color css
<style>
span { border-color: #DA168A; }
span { border-color: rgb(218,22,138); }
td.TdClassName
{
border-color: #DA168A;
}
.TagClassName
{
border-color: #DA168A;
}
</style>