Shades of Medium Violet Red #DA168F
Tints of Medium Violet Red #DA168F
RGB
CMYK
RGB Variations
Color information
#DA168F (or 0xDA168F) is known color: Medium Violet Red. HEX triplet: DA, 16 and 8F. RGB value is (218,22,143). Sum of RGB (Red+Green+Blue) = 218+22+143=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA168F is #25E970. Grayscale: #5E5E5E. Windows color (decimal): -2484593 or 9377498. OLE color: 9377498.
HSL color Cylindrical-coordinate representation of color #DA168F: hue angle of 322.96º 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 #DA168F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 143 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.15 |
| HSL | 322.96º | 0.82% | 0.47% | - |
| HSV(B) | 322.96º | 0.9% | 0.85% | - |
| XYZ | 34.16 | 17.46 | 27.56 | - |
| YUV | 94.4 | 155.43 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 143 | 0 | 0.90 | 0.34 | 0.15 | 322.96 | 0.82 | 0.47 |
| Hex | DA | 16 | 8F | 0 | 5A | 22 | F | 143 | 52 | 2F |
| Octal | 332 | 26 | 217 | 0 | 132 | 42 | 17 | 503 | 122 | 57 |
| Binary | 11011010 | 10110 | 10001111 | 0 | 1011010 | 100010 | 1111 | 101000011 | 1010010 | 101111 |
Color Harmonies of #DA168F
Complementary color
Monochromatic Colors of #DA168F
Black with #DA168F
Text Example
Text Example
White with #DA168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA168F; }
p { color: rgb(218,22,143); }
H1.HeaderClassName
{
color: #DA168F;
}
.AnyTagClassName
{
color: #DA168F;
}
</style>
background-color css
<style>
a { background-color: #DA168F; }
a { background-color: rgb(218,22,143); }
div.DivClassName
{
background-color: #DA168F;
}
.BgClassName
{
background-color: #DA168F;
}
</style>
border-color css
<style>
span { border-color: #DA168F; }
span { border-color: rgb(218,22,143); }
td.TdClassName
{
border-color: #DA168F;
}
.TagClassName
{
border-color: #DA168F;
}
</style>