Html Css Color HEX #DA0590 Medium Violet Red

📋 copy color: '#DA0590'

red 218 ◦ green 5 ◦ blue 144

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

Shades of Medium Violet Red #DA0590

Tints of Medium Violet Red #DA0590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 59.4%
G = 1.36%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA0590 (or 0xDA0590) is known color: Medium Violet Red. HEX triplet: DA, 05 and 90. RGB value is (218,5,144). Sum of RGB (Red+Green+Blue) = 218+5+144=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0590 is #25FA6F. Grayscale: #545454. Windows color (decimal): -2488944 or 9438682. OLE color: 9438682.

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

Color convert

RGB 218 5 144 -
CMYK 0 0.98 0.34 0.15
HSL 320.85º 0.96% 0.44% -
HSV(B) 320.85º 0.98% 0.85% -
XYZ 34 17.03 27.88 -
YUV 84.53 161.57 223.2 -
System Red Green Blue C M Y K H S L
Decimal 218 5 144 0 0.98 0.34 0.15 320.85 0.96 0.44
Hex DA 5 90 0 62 22 F 141 60 2C
Octal 332 5 220 0 142 42 17 501 140 54
Binary 11011010 101 10010000 0 1100010 100010 1111 101000001 1100000 101100

Color Harmonies of #DA0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0590

Black with #DA0590

Text Example


Text Example

White with #DA0590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0590; }

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

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

background-color css

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

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

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

border-color css

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

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

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