Html Css Color HEX #DA0778 Medium Violet Red

📋 copy color: '#DA0778'

red 218 ◦ green 7 ◦ blue 120

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

Shades of Medium Violet Red #DA0778

Tints of Medium Violet Red #DA0778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 63.19%
G = 2.03%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA0778 (or 0xDA0778) is known color: Medium Violet Red. HEX triplet: DA, 07 and 78. RGB value is (218,7,120). Sum of RGB (Red+Green+Blue) = 218+7+120=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0778 is #25F887. Grayscale: #525252. Windows color (decimal): -2488456 or 7866330. OLE color: 7866330.

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

Color convert

RGB 218 7 120 -
CMYK 0 0.97 0.45 0.15
HSL 327.87º 0.94% 0.44% -
HSV(B) 327.87º 0.97% 0.85% -
XYZ 32.38 16.41 19.23 -
YUV 82.97 148.9 224.31 -
System Red Green Blue C M Y K H S L
Decimal 218 7 120 0 0.97 0.45 0.15 327.87 0.94 0.44
Hex DA 7 78 0 61 2D F 148 5E 2C
Octal 332 7 170 0 141 55 17 510 136 54
Binary 11011010 111 1111000 0 1100001 101101 1111 101001000 1011110 101100

Color Harmonies of #DA0778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0778

Black with #DA0778

Text Example


Text Example

White with #DA0778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0778; }

 p { color: rgb(218,7,120); }

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

background-color css

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

 a { background-color: rgb(218,7,120); }

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

border-color css

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

 span { border-color: rgb(218,7,120); }

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