Html Css Color HEX #DA7680 Froly

📋 copy color: '#DA7680'

red 218 ◦ green 118 ◦ blue 128

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

Shades of Froly #DA7680

Tints of Froly #DA7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

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

R = 46.98%
G = 25.43%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA7680 (or 0xDA7680) is known color: Froly. HEX triplet: DA, 76 and 80. RGB value is (218,118,128). Sum of RGB (Red+Green+Blue) = 218+118+128=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7680 is #25897F. Grayscale: #959595. Windows color (decimal): -2460032 or 8419034. OLE color: 8419034.

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

Color convert

RGB 218 118 128 -
CMYK 0 0.46 0.41 0.15
HSL 354º 0.57% 0.66% -
HSV(B) 354º 0.46% 0.85% -
XYZ 39.29 29.42 24.03 -
YUV 149.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 218 118 128 0 0.46 0.41 0.15 354 0.57 0.66
Hex DA 76 80 0 2E 29 F 162 39 42
Octal 332 166 200 0 56 51 17 542 71 102
Binary 11011010 1110110 10000000 0 101110 101001 1111 101100010 111001 1000010

Color Harmonies of #DA7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7680

Black with #DA7680

Text Example


Text Example

White with #DA7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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