Html Css Color HEX #DA0677 Medium Violet Red

📋 copy color: '#DA0677'

red 218 ◦ green 6 ◦ blue 119

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

Shades of Medium Violet Red #DA0677

Tints of Medium Violet Red #DA0677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 63.56%
G = 1.75%
B = 34.69%

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

#DA0677 (or 0xDA0677) is known color: Medium Violet Red. HEX triplet: DA, 06 and 77. RGB value is (218,6,119). Sum of RGB (Red+Green+Blue) = 218+6+119=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0677 is #25F988. Grayscale: #525252. Windows color (decimal): -2488713 or 7800538. OLE color: 7800538.

HSL color Cylindrical-coordinate representation of color #DA0677: hue angle of 328.02º degrees, saturation: 0.95, 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 #DA0677 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 119 -
CMYK 0 0.97 0.45 0.15
HSL 328.02º 0.95% 0.44% -
HSV(B) 328.02º 0.97% 0.85% -
XYZ 32.31 16.37 18.91 -
YUV 82.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 218 6 119 0 0.97 0.45 0.15 328.02 0.95 0.44
Hex DA 6 77 0 61 2D F 148 5F 2C
Octal 332 6 167 0 141 55 17 510 137 54
Binary 11011010 110 1110111 0 1100001 101101 1111 101001000 1011111 101100

Color Harmonies of #DA0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0677

Black with #DA0677

Text Example


Text Example

White with #DA0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0677; }

 p { color: rgb(218,6,119); }

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

background-color css

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

 a { background-color: rgb(218,6,119); }

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

border-color css

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

 span { border-color: rgb(218,6,119); }

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