Shades of Medium Violet Red #DA028F
Tints of Medium Violet Red #DA028F
RGB
CMYK
RGB Variations
Color information
#DA028F (or 0xDA028F) is known color: Medium Violet Red. HEX triplet: DA, 02 and 8F. RGB value is (218,2,143). Sum of RGB (Red+Green+Blue) = 218+2+143=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA028F is #25FD70. Grayscale: #525252. Windows color (decimal): -2489713 or 9372378. OLE color: 9372378.
HSL color Cylindrical-coordinate representation of color #DA028F: hue angle of 320.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA028F is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.15 |
| HSL | 320.83º | 0.98% | 0.43% | - |
| HSV(B) | 320.83º | 0.99% | 0.85% | - |
| XYZ | 33.89 | 16.93 | 27.47 | - |
| YUV | 82.66 | 162.06 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 143 | 0 | 0.99 | 0.34 | 0.15 | 320.83 | 0.98 | 0.43 |
| Hex | DA | 2 | 8F | 0 | 63 | 22 | F | 141 | 62 | 2B |
| Octal | 332 | 2 | 217 | 0 | 143 | 42 | 17 | 501 | 142 | 53 |
| Binary | 11011010 | 10 | 10001111 | 0 | 1100011 | 100010 | 1111 | 101000001 | 1100010 | 101011 |
Color Harmonies of #DA028F
Complementary color
Monochromatic Colors of #DA028F
Black with #DA028F
Text Example
Text Example
White with #DA028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA028F; }
p { color: rgb(218,2,143); }
H1.HeaderClassName
{
color: #DA028F;
}
.AnyTagClassName
{
color: #DA028F;
}
</style>
background-color css
<style>
a { background-color: #DA028F; }
a { background-color: rgb(218,2,143); }
div.DivClassName
{
background-color: #DA028F;
}
.BgClassName
{
background-color: #DA028F;
}
</style>
border-color css
<style>
span { border-color: #DA028F; }
span { border-color: rgb(218,2,143); }
td.TdClassName
{
border-color: #DA028F;
}
.TagClassName
{
border-color: #DA028F;
}
</style>