Html Css Color HEX #DA0491 Medium Violet Red

📋 copy color: '#DA0491'

red 218 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #DA0491

Tints of Medium Violet Red #DA0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 59.4%
G = 1.09%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0491 (or 0xDA0491) is known color: Medium Violet Red. HEX triplet: DA, 04 and 91. RGB value is (218,4,145). Sum of RGB (Red+Green+Blue) = 218+4+145=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0491 is #25FB6E. Grayscale: #535353. Windows color (decimal): -2489199 or 9503962. OLE color: 9503962.

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

Color convert

RGB 218 4 145 -
CMYK 0 0.98 0.33 0.15
HSL 320.47º 0.96% 0.44% -
HSV(B) 320.47º 0.98% 0.85% -
XYZ 34.07 17.04 28.28 -
YUV 84.06 162.4 223.54 -
System Red Green Blue C M Y K H S L
Decimal 218 4 145 0 0.98 0.33 0.15 320.47 0.96 0.44
Hex DA 4 91 0 62 21 F 140 60 2C
Octal 332 4 221 0 142 41 17 500 140 54
Binary 11011010 100 10010001 0 1100010 100001 1111 101000000 1100000 101100

Color Harmonies of #DA0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0491

Black with #DA0491

Text Example


Text Example

White with #DA0491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0491; }

 p { color: rgb(218,4,145); }

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

background-color css

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

 a { background-color: rgb(218,4,145); }

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

border-color css

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

 span { border-color: rgb(218,4,145); }

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