#DA058D

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

Shades of Medium Violet Red #DA058D

Tints of Medium Violet Red #DA058D

Color information

#DA058D (or 0xDA058D) is unknown color: approx Medium Violet Red. HEX triplet: DA, 05 and 8D. RGB value is (218,5,141). Sum of RGB (Red+Green+Blue) = 218+5+141=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA058D is #25FA72. Grayscale: #535353. Windows color (decimal): -2488947 or 9242074. OLE color: 9242074.

HSL color Cylindrical-coordinate representation of color #DA058D: hue angle of 321.69º 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 #DA058D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB2185141-
CMYK00.980.350.15
HSL321.69º95.52%43.73%-
HSV(B)321.69º97.71%85.49%-
XYZ33.7816.9426.69-
YUV84.19160.07223.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.89%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=59.89%
G=1.37%
B=38.74%

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
Decimal218514100.980.350.15321.6995.5243.73
HexDA58D06223F142602c
Octal33252150142431750214054
Binary11011010101100011010110001010001111111010000101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA058D; }

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

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

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

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

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

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

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

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