Html Css Color HEX #DA0379 Medium Violet Red

📋 copy color: '#DA0379'

red 218 ◦ green 3 ◦ blue 121

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

Shades of Medium Violet Red #DA0379

Tints of Medium Violet Red #DA0379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 121 (47.66% from 255) = 35.38%

R = 63.74%
G = 0.88%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA0379 (or 0xDA0379) is known color: Medium Violet Red. HEX triplet: DA, 03 and 79. RGB value is (218,3,121). Sum of RGB (Red+Green+Blue) = 218+3+121=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0379 is #25FC86. Grayscale: #505050. Windows color (decimal): -2489479 or 7930842. OLE color: 7930842.

HSL color Cylindrical-coordinate representation of color #DA0379: hue angle of 327.07º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0379 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 121 -
CMYK 0 0.99 0.44 0.15
HSL 327.07º 0.97% 0.43% -
HSV(B) 327.07º 0.99% 0.85% -
XYZ 32.4 16.35 19.54 -
YUV 80.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 218 3 121 0 0.99 0.44 0.15 327.07 0.97 0.43
Hex DA 3 79 0 63 2C F 147 61 2B
Octal 332 3 171 0 143 54 17 507 141 53
Binary 11011010 11 1111001 0 1100011 101100 1111 101000111 1100001 101011

Color Harmonies of #DA0379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0379

Black with #DA0379

Text Example


Text Example

White with #DA0379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0379; }

 p { color: rgb(218,3,121); }

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

background-color css

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

 a { background-color: rgb(218,3,121); }

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

border-color css

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

 span { border-color: rgb(218,3,121); }

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