Html Css Color HEX #DA0586 Medium Violet Red

📋 copy color: '#DA0586'

red 218 ◦ green 5 ◦ blue 134

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

Shades of Medium Violet Red #DA0586

Tints of Medium Violet Red #DA0586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 61.06%
G = 1.4%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA0586 (or 0xDA0586) is known color: Medium Violet Red. HEX triplet: DA, 05 and 86. RGB value is (218,5,134). Sum of RGB (Red+Green+Blue) = 218+5+134=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0586 is #25FA79. Grayscale: #535353. Windows color (decimal): -2488954 or 8783322. OLE color: 8783322.

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

Color convert

RGB 218 5 134 -
CMYK 0 0.98 0.39 0.15
HSL 323.66º 0.96% 0.44% -
HSV(B) 323.66º 0.98% 0.85% -
XYZ 33.27 16.74 24.03 -
YUV 83.39 156.57 224.01 -
System Red Green Blue C M Y K H S L
Decimal 218 5 134 0 0.98 0.39 0.15 323.66 0.96 0.44
Hex DA 5 86 0 62 27 F 144 60 2C
Octal 332 5 206 0 142 47 17 504 140 54
Binary 11011010 101 10000110 0 1100010 100111 1111 101000100 1100000 101100

Color Harmonies of #DA0586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0586

Black with #DA0586

Text Example


Text Example

White with #DA0586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0586; }

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

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

background-color css

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

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

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

border-color css

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

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

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