Html Css Color HEX #DA0977 Medium Violet Red

📋 copy color: '#DA0977'

red 218 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #DA0977

Tints of Medium Violet Red #DA0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

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

R = 63.01%
G = 2.6%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA0977 (or 0xDA0977) is known color: Medium Violet Red. HEX triplet: DA, 09 and 77. RGB value is (218,9,119). Sum of RGB (Red+Green+Blue) = 218+9+119=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0977 is #25F688. Grayscale: #535353. Windows color (decimal): -2487945 or 7801306. OLE color: 7801306.

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

Color convert

RGB 218 9 119 -
CMYK 0 0.96 0.45 0.15
HSL 328.42º 0.92% 0.45% -
HSV(B) 328.42º 0.96% 0.85% -
XYZ 32.34 16.43 18.92 -
YUV 84.03 147.74 223.56 -
System Red Green Blue C M Y K H S L
Decimal 218 9 119 0 0.96 0.45 0.15 328.42 0.92 0.45
Hex DA 9 77 0 60 2D F 148 5C 2D
Octal 332 11 167 0 140 55 17 510 134 55
Binary 11011010 1001 1110111 0 1100000 101101 1111 101001000 1011100 101101

Color Harmonies of #DA0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0977

Black with #DA0977

Text Example


Text Example

White with #DA0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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