Html Css Color HEX #DA058D Medium Violet Red

📋 copy color: '#DA058D'

red 218 ◦ green 5 ◦ blue 141

#DA058D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #DA058D

Tints of Medium Violet Red #DA058D

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 value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA058D (or 0xDA058D) is known color: 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

RGB 218 5 141 -
CMYK 0 0.98 0.35 0.15
HSL 321.69º 0.96% 0.44% -
HSV(B) 321.69º 0.98% 0.85% -
XYZ 33.78 16.94 26.69 -
YUV 84.19 160.07 223.44 -
System Red Green Blue C M Y K H S L
Decimal 218 5 141 0 0.98 0.35 0.15 321.69 0.96 0.44
Hex DA 5 8D 0 62 23 F 142 60 2C
Octal 332 5 215 0 142 43 17 502 140 54
Binary 11011010 101 10001101 0 1100010 100011 1111 101000010 1100000 101100

Color Harmonies of #DA058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA058D

Black with #DA058D

Text Example


Text Example

White with #DA058D

Text Example


Text Example

HTML Codes & Css Web 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>