Html Css Color HEX #DA0077 Medium Violet Red

📋 copy color: '#DA0077'

red 218 ◦ green 0 ◦ blue 119

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

Shades of Medium Violet Red #DA0077

Tints of Medium Violet Red #DA0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.69%
G = 0%
B = 35.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA0077 (or 0xDA0077) is known color: Medium Violet Red. HEX triplet: DA, 00 and 77. RGB value is (218,0,119). Sum of RGB (Red+Green+Blue) = 218+0+119=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0077 is #25FF88. Grayscale: #4E4E4E. Windows color (decimal): -2490249 or 7799002. OLE color: 7799002.

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

Color convert

RGB 218 0 119 -
CMYK 0 1 0.45 0.15
HSL 327.25º 1% 0.43% -
HSV(B) 327.25º 1% 0.85% -
XYZ 32.24 16.24 18.89 -
YUV 78.75 150.72 227.32 -
System Red Green Blue C M Y K H S L
Decimal 218 0 119 0 1 0.45 0.15 327.25 1 0.43
Hex DA 0 77 0 64 2D F 147 64 2B
Octal 332 0 167 0 144 55 17 507 144 53
Binary 11011010 0 1110111 0 1100100 101101 1111 101000111 1100100 101011

Color Harmonies of #DA0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0077

Black with #DA0077

Text Example


Text Example

White with #DA0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0077; }

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

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

background-color css

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

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

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

border-color css

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

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

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