Html Css Color HEX #DA0580 Medium Violet Red

📋 copy color: '#DA0580'

red 218 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #DA0580

Tints of Medium Violet Red #DA0580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.47%

R = 62.11%
G = 1.42%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA0580 (or 0xDA0580) is known color: Medium Violet Red. HEX triplet: DA, 05 and 80. RGB value is (218,5,128). Sum of RGB (Red+Green+Blue) = 218+5+128=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0580 is #25FA7F. Grayscale: #525252. Windows color (decimal): -2488960 or 8390106. OLE color: 8390106.

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

Color convert

RGB 218 5 128 -
CMYK 0 0.98 0.41 0.15
HSL 325.35º 0.96% 0.44% -
HSV(B) 325.35º 0.98% 0.85% -
XYZ 32.86 16.57 21.89 -
YUV 82.71 153.57 224.5 -
System Red Green Blue C M Y K H S L
Decimal 218 5 128 0 0.98 0.41 0.15 325.35 0.96 0.44
Hex DA 5 80 0 62 29 F 145 60 2C
Octal 332 5 200 0 142 51 17 505 140 54
Binary 11011010 101 10000000 0 1100010 101001 1111 101000101 1100000 101100

Color Harmonies of #DA0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0580

Black with #DA0580

Text Example


Text Example

White with #DA0580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0580; }

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

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

background-color css

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

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

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

border-color css

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

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

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