Html Css Color HEX #DA058C Medium Violet Red

📋 copy color: '#DA058C'

red 218 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #DA058C

Tints of Medium Violet Red #DA058C

RGB

 RED value IS 218 (85.55% from 255) = 60.06%

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 60.06%
G = 1.38%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA058C (or 0xDA058C) is known color: Medium Violet Red. HEX triplet: DA, 05 and 8C. RGB value is (218,5,140). Sum of RGB (Red+Green+Blue) = 218+5+140=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA058C is #25FA73. Grayscale: #535353. Windows color (decimal): -2488948 or 9176538. OLE color: 9176538.

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

Color convert

RGB 218 5 140 -
CMYK 0 0.98 0.36 0.15
HSL 321.97º 0.96% 0.44% -
HSV(B) 321.97º 0.98% 0.85% -
XYZ 33.7 16.91 26.3 -
YUV 84.08 159.57 223.52 -
System Red Green Blue C M Y K H S L
Decimal 218 5 140 0 0.98 0.36 0.15 321.97 0.96 0.44
Hex DA 5 8C 0 62 24 F 142 60 2C
Octal 332 5 214 0 142 44 17 502 140 54
Binary 11011010 101 10001100 0 1100010 100100 1111 101000010 1100000 101100

Color Harmonies of #DA058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA058C

Black with #DA058C

Text Example


Text Example

White with #DA058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA058C; }

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

 H1.HeaderClassName
 {
   color: #DA058C;
 }
 .AnyTagClassName
 {
   color: #DA058C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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