Html Css Color HEX #DA7980 Froly

📋 copy color: '#DA7980'

red 218 ◦ green 121 ◦ blue 128

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

Shades of Froly #DA7980

Tints of Froly #DA7980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 46.68%
G = 25.91%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA7980 (or 0xDA7980) is known color: Froly. HEX triplet: DA, 79 and 80. RGB value is (218,121,128). Sum of RGB (Red+Green+Blue) = 218+121+128=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7980 is #25867F. Grayscale: #969696. Windows color (decimal): -2459264 or 8419802. OLE color: 8419802.

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

Color convert

RGB 218 121 128 -
CMYK 0 0.44 0.41 0.15
HSL 355.67º 0.57% 0.66% -
HSV(B) 355.67º 0.44% 0.85% -
XYZ 39.65 30.14 24.15 -
YUV 150.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 218 121 128 0 0.44 0.41 0.15 355.67 0.57 0.66
Hex DA 79 80 0 2C 29 F 164 39 42
Octal 332 171 200 0 54 51 17 544 71 102
Binary 11011010 1111001 10000000 0 101100 101001 1111 101100100 111001 1000010

Color Harmonies of #DA7980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7980

Black with #DA7980

Text Example


Text Example

White with #DA7980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7980; }

 p { color: rgb(218,121,128); }

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

background-color css

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

 a { background-color: rgb(218,121,128); }

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

border-color css

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

 span { border-color: rgb(218,121,128); }

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