Shades of Medium Violet Red #DA017E
Tints of Medium Violet Red #DA017E
RGB
CMYK
RGB Variations
Color information
#DA017E (or 0xDA017E) is known color: Medium Violet Red. HEX triplet: DA, 01 and 7E. RGB value is (218,1,126). Sum of RGB (Red+Green+Blue) = 218+1+126=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA017E is #25FE81. Grayscale: #4F4F4F. Windows color (decimal): -2489986 or 8258010. OLE color: 8258010.
HSL color Cylindrical-coordinate representation of color #DA017E: hue angle of 325.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA017E is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.15 |
| HSL | 325.44º | 0.99% | 0.43% | - |
| HSV(B) | 325.44º | 1% | 0.85% | - |
| XYZ | 32.69 | 16.43 | 21.19 | - |
| YUV | 80.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 126 | 0 | 1.00 | 0.42 | 0.15 | 325.44 | 0.99 | 0.43 |
| Hex | DA | 1 | 7E | 0 | 64 | 2A | F | 145 | 63 | 2B |
| Octal | 332 | 1 | 176 | 0 | 144 | 52 | 17 | 505 | 143 | 53 |
| Binary | 11011010 | 1 | 1111110 | 0 | 1100100 | 101010 | 1111 | 101000101 | 1100011 | 101011 |
Color Harmonies of #DA017E
Complementary color
Monochromatic Colors of #DA017E
Black with #DA017E
Text Example
Text Example
White with #DA017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA017E; }
p { color: rgb(218,1,126); }
H1.HeaderClassName
{
color: #DA017E;
}
.AnyTagClassName
{
color: #DA017E;
}
</style>
background-color css
<style>
a { background-color: #DA017E; }
a { background-color: rgb(218,1,126); }
div.DivClassName
{
background-color: #DA017E;
}
.BgClassName
{
background-color: #DA017E;
}
</style>
border-color css
<style>
span { border-color: #DA017E; }
span { border-color: rgb(218,1,126); }
td.TdClassName
{
border-color: #DA017E;
}
.TagClassName
{
border-color: #DA017E;
}
</style>