Html Css Color HEX #DA1977 Medium Violet Red

📋 copy color: '#DA1977'

red 218 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #DA1977

Tints of Medium Violet Red #DA1977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.91%

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

R = 60.22%
G = 6.91%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA1977 (or 0xDA1977) is known color: Medium Violet Red. HEX triplet: DA, 19 and 77. RGB value is (218,25,119). Sum of RGB (Red+Green+Blue) = 218+25+119=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1977 is #25E688. Grayscale: #5D5D5D. Windows color (decimal): -2483849 or 7805402. OLE color: 7805402.

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

Color convert

RGB 218 25 119 -
CMYK 0 0.89 0.45 0.15
HSL 330.78º 0.79% 0.48% -
HSV(B) 330.78º 0.89% 0.85% -
XYZ 32.59 16.93 19 -
YUV 93.42 142.44 216.86 -
System Red Green Blue C M Y K H S L
Decimal 218 25 119 0 0.89 0.45 0.15 330.78 0.79 0.48
Hex DA 19 77 0 59 2D F 14B 4F 30
Octal 332 31 167 0 131 55 17 513 117 60
Binary 11011010 11001 1110111 0 1011001 101101 1111 101001011 1001111 110000

Color Harmonies of #DA1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1977

Black with #DA1977

Text Example


Text Example

White with #DA1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1977; }

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

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

background-color css

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

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

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

border-color css

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

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

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