Shades of Medium Violet Red #DA027E
Tints of Medium Violet Red #DA027E
RGB
CMYK
RGB Variations
Color information
#DA027E (or 0xDA027E) is known color: Medium Violet Red. HEX triplet: DA, 02 and 7E. RGB value is (218,2,126). Sum of RGB (Red+Green+Blue) = 218+2+126=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA027E is #25FD81. Grayscale: #505050. Windows color (decimal): -2489730 or 8258266. OLE color: 8258266.
HSL color Cylindrical-coordinate representation of color #DA027E: hue angle of 325.56º 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 #DA027E is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.15 |
| HSL | 325.56º | 0.98% | 0.43% | - |
| HSV(B) | 325.56º | 0.99% | 0.85% | - |
| XYZ | 32.7 | 16.46 | 21.19 | - |
| YUV | 80.72 | 153.56 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 126 | 0 | 0.99 | 0.42 | 0.15 | 325.56 | 0.98 | 0.43 |
| Hex | DA | 2 | 7E | 0 | 63 | 2A | F | 146 | 62 | 2B |
| Octal | 332 | 2 | 176 | 0 | 143 | 52 | 17 | 506 | 142 | 53 |
| Binary | 11011010 | 10 | 1111110 | 0 | 1100011 | 101010 | 1111 | 101000110 | 1100010 | 101011 |
Color Harmonies of #DA027E
Complementary color
Monochromatic Colors of #DA027E
Black with #DA027E
Text Example
Text Example
White with #DA027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA027E; }
p { color: rgb(218,2,126); }
H1.HeaderClassName
{
color: #DA027E;
}
.AnyTagClassName
{
color: #DA027E;
}
</style>
background-color css
<style>
a { background-color: #DA027E; }
a { background-color: rgb(218,2,126); }
div.DivClassName
{
background-color: #DA027E;
}
.BgClassName
{
background-color: #DA027E;
}
</style>
border-color css
<style>
span { border-color: #DA027E; }
span { border-color: rgb(218,2,126); }
td.TdClassName
{
border-color: #DA027E;
}
.TagClassName
{
border-color: #DA027E;
}
</style>