Html Css Color HEX #DA7E80 Froly

📋 copy color: '#DA7E80'

red 218 ◦ green 126 ◦ blue 128

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

Shades of Froly #DA7E80

Tints of Froly #DA7E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.69%

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

R = 46.19%
G = 26.69%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA7E80 (or 0xDA7E80) is known color: Froly. HEX triplet: DA, 7E and 80. RGB value is (218,126,128). Sum of RGB (Red+Green+Blue) = 218+126+128=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E80 is #25817F. Grayscale: #999999. Windows color (decimal): -2457984 or 8421082. OLE color: 8421082.

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

Color convert

RGB 218 126 128 -
CMYK 0 0.42 0.41 0.15
HSL 358.7º 0.55% 0.67% -
HSV(B) 358.7º 0.42% 0.85% -
XYZ 40.27 31.39 24.36 -
YUV 153.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 218 126 128 0 0.42 0.41 0.15 358.7 0.55 0.67
Hex DA 7E 80 0 2A 29 F 167 37 43
Octal 332 176 200 0 52 51 17 547 67 103
Binary 11011010 1111110 10000000 0 101010 101001 1111 101100111 110111 1000011

Color Harmonies of #DA7E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E80

Black with #DA7E80

Text Example


Text Example

White with #DA7E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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