Html Css Color HEX #DA7D80 Froly

📋 copy color: '#DA7D80'

red 218 ◦ green 125 ◦ blue 128

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

Shades of Froly #DA7D80

Tints of Froly #DA7D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

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

R = 46.28%
G = 26.54%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA7D80 (or 0xDA7D80) is known color: Froly. HEX triplet: DA, 7D and 80. RGB value is (218,125,128). Sum of RGB (Red+Green+Blue) = 218+125+128=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D80 is #25827F. Grayscale: #999999. Windows color (decimal): -2458240 or 8420826. OLE color: 8420826.

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

Color convert

RGB 218 125 128 -
CMYK 0 0.43 0.41 0.15
HSL 358.06º 0.56% 0.67% -
HSV(B) 358.06º 0.43% 0.85% -
XYZ 40.14 31.13 24.32 -
YUV 153.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 218 125 128 0 0.43 0.41 0.15 358.06 0.56 0.67
Hex DA 7D 80 0 2B 29 F 166 38 43
Octal 332 175 200 0 53 51 17 546 70 103
Binary 11011010 1111101 10000000 0 101011 101001 1111 101100110 111000 1000011

Color Harmonies of #DA7D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D80

Black with #DA7D80

Text Example


Text Example

White with #DA7D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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