Shades of Medium Violet Red #DA028A
Tints of Medium Violet Red #DA028A
RGB
CMYK
RGB Variations
Color information
#DA028A (or 0xDA028A) is known color: Medium Violet Red. HEX triplet: DA, 02 and 8A. RGB value is (218,2,138). Sum of RGB (Red+Green+Blue) = 218+2+138=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA028A is #25FD75. Grayscale: #515151. Windows color (decimal): -2489718 or 9044698. OLE color: 9044698.
HSL color Cylindrical-coordinate representation of color #DA028A: hue angle of 322.22º 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 #DA028A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.15 |
| HSL | 322.22º | 0.98% | 0.43% | - |
| HSV(B) | 322.22º | 0.99% | 0.85% | - |
| XYZ | 33.52 | 16.78 | 25.52 | - |
| YUV | 82.09 | 159.56 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 138 | 0 | 0.99 | 0.37 | 0.15 | 322.22 | 0.98 | 0.43 |
| Hex | DA | 2 | 8A | 0 | 63 | 25 | F | 142 | 62 | 2B |
| Octal | 332 | 2 | 212 | 0 | 143 | 45 | 17 | 502 | 142 | 53 |
| Binary | 11011010 | 10 | 10001010 | 0 | 1100011 | 100101 | 1111 | 101000010 | 1100010 | 101011 |
Color Harmonies of #DA028A
Complementary color
Monochromatic Colors of #DA028A
Black with #DA028A
Text Example
Text Example
White with #DA028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA028A; }
p { color: rgb(218,2,138); }
H1.HeaderClassName
{
color: #DA028A;
}
.AnyTagClassName
{
color: #DA028A;
}
</style>
background-color css
<style>
a { background-color: #DA028A; }
a { background-color: rgb(218,2,138); }
div.DivClassName
{
background-color: #DA028A;
}
.BgClassName
{
background-color: #DA028A;
}
</style>
border-color css
<style>
span { border-color: #DA028A; }
span { border-color: rgb(218,2,138); }
td.TdClassName
{
border-color: #DA028A;
}
.TagClassName
{
border-color: #DA028A;
}
</style>