Shades of Medium Violet Red #DA027D
Tints of Medium Violet Red #DA027D
RGB
CMYK
RGB Variations
Color information
#DA027D (or 0xDA027D) is known color: Medium Violet Red. HEX triplet: DA, 02 and 7D. RGB value is (218,2,125). Sum of RGB (Red+Green+Blue) = 218+2+125=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA027D is #25FD82. Grayscale: #505050. Windows color (decimal): -2489731 or 8192730. OLE color: 8192730.
HSL color Cylindrical-coordinate representation of color #DA027D: hue angle of 325.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 #DA027D is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.15 |
| HSL | 325.83º | 0.98% | 0.43% | - |
| HSV(B) | 325.83º | 0.99% | 0.85% | - |
| XYZ | 32.64 | 16.43 | 20.85 | - |
| YUV | 80.61 | 153.06 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 125 | 0 | 0.99 | 0.43 | 0.15 | 325.83 | 0.98 | 0.43 |
| Hex | DA | 2 | 7D | 0 | 63 | 2B | F | 146 | 62 | 2B |
| Octal | 332 | 2 | 175 | 0 | 143 | 53 | 17 | 506 | 142 | 53 |
| Binary | 11011010 | 10 | 1111101 | 0 | 1100011 | 101011 | 1111 | 101000110 | 1100010 | 101011 |
Color Harmonies of #DA027D
Complementary color
Monochromatic Colors of #DA027D
Black with #DA027D
Text Example
Text Example
White with #DA027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA027D; }
p { color: rgb(218,2,125); }
H1.HeaderClassName
{
color: #DA027D;
}
.AnyTagClassName
{
color: #DA027D;
}
</style>
background-color css
<style>
a { background-color: #DA027D; }
a { background-color: rgb(218,2,125); }
div.DivClassName
{
background-color: #DA027D;
}
.BgClassName
{
background-color: #DA027D;
}
</style>
border-color css
<style>
span { border-color: #DA027D; }
span { border-color: rgb(218,2,125); }
td.TdClassName
{
border-color: #DA027D;
}
.TagClassName
{
border-color: #DA027D;
}
</style>