#DA058E

Color #DA058E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DA058E

Tints of Medium Violet Red #DA058E

Color information

#DA058E (or 0xDA058E) is unknown color: approx Medium Violet Red. HEX triplet: DA, 05 and 8E. RGB value is (218,5,142). Sum of RGB (Red+Green+Blue) = 218+5+142=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA058E is #25FA71. Grayscale: #535353. Windows color (decimal): -2488946 or 9307610. OLE color: 9307610.

HSL color Cylindrical-coordinate representation of color #DA058E: hue angle of 321.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA058E is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB2185142-
CMYK00.980.350.15
HSL321.41º95.52%43.73%-
HSV(B)321.41º97.71%85.49%-
XYZ33.8516.9727.08-
YUV84.3160.57223.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 59.73%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=59.73%
G=1.37%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218514200.980.350.15321.4195.5243.73
HexDA58E06223F141602c
Octal33252160142431750114054
Binary11011010101100011100110001010001111111010000011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA058E; }

 p { color: rgb(218,5,142); }

 H1.HeaderClassName
 {
   color: #DA058E;
 }
 .AnyTagClassName
 {
   color: #DA058E;
 }
</style>
background-color css

<style>
 a { background-color: #DA058E; }

 a { background-color: rgb(218,5,142); }

 div.DivClassName
 {
   background-color: #DA058E;
 }
 .BgClassName
 {
   background-color: #DA058E;
 }
</style>
border-color css

<style>
 span { border-color: #DA058E; }

 span { border-color: rgb(218,5,142); }

 td.TdClassName
 {
   border-color: #DA058E;
 }
 .TagClassName
 {
   border-color: #DA058E;
 }
</style>