Shades of Medium Violet Red #DA027B
Tints of Medium Violet Red #DA027B
RGB
CMYK
RGB Variations
Color information
#DA027B (or 0xDA027B) is known color: Medium Violet Red. HEX triplet: DA, 02 and 7B. RGB value is (218,2,123). Sum of RGB (Red+Green+Blue) = 218+2+123=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA027B is #25FD84. Grayscale: #505050. Windows color (decimal): -2489733 or 8061658. OLE color: 8061658.
HSL color Cylindrical-coordinate representation of color #DA027B: hue angle of 326.39º 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 #DA027B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.15 |
| HSL | 326.39º | 0.98% | 0.43% | - |
| HSV(B) | 326.39º | 0.99% | 0.85% | - |
| XYZ | 32.51 | 16.38 | 20.19 | - |
| YUV | 80.38 | 152.06 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 123 | 0 | 0.99 | 0.44 | 0.15 | 326.39 | 0.98 | 0.43 |
| Hex | DA | 2 | 7B | 0 | 63 | 2C | F | 146 | 62 | 2B |
| Octal | 332 | 2 | 173 | 0 | 143 | 54 | 17 | 506 | 142 | 53 |
| Binary | 11011010 | 10 | 1111011 | 0 | 1100011 | 101100 | 1111 | 101000110 | 1100010 | 101011 |
Color Harmonies of #DA027B
Complementary color
Monochromatic Colors of #DA027B
Black with #DA027B
Text Example
Text Example
White with #DA027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA027B; }
p { color: rgb(218,2,123); }
H1.HeaderClassName
{
color: #DA027B;
}
.AnyTagClassName
{
color: #DA027B;
}
</style>
background-color css
<style>
a { background-color: #DA027B; }
a { background-color: rgb(218,2,123); }
div.DivClassName
{
background-color: #DA027B;
}
.BgClassName
{
background-color: #DA027B;
}
</style>
border-color css
<style>
span { border-color: #DA027B; }
span { border-color: rgb(218,2,123); }
td.TdClassName
{
border-color: #DA027B;
}
.TagClassName
{
border-color: #DA027B;
}
</style>