Html Css Color HEX #DA7F80 Froly

📋 copy color: '#DA7F80'

red 218 ◦ green 127 ◦ blue 128

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

Shades of Froly #DA7F80

Tints of Froly #DA7F80

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

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

R = 46.09%
G = 26.85%
B = 27.06%

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

#DA7F80 (or 0xDA7F80) is known color: Froly. HEX triplet: DA, 7F and 80. RGB value is (218,127,128). Sum of RGB (Red+Green+Blue) = 218+127+128=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F80 is #25807F. Grayscale: #9A9A9A. Windows color (decimal): -2457728 or 8421338. OLE color: 8421338.

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

Color convert

RGB 218 127 128 -
CMYK 0 0.42 0.41 0.15
HSL 359.34º 0.55% 0.68% -
HSV(B) 359.34º 0.42% 0.85% -
XYZ 40.4 31.64 24.4 -
YUV 154.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 218 127 128 0 0.42 0.41 0.15 359.34 0.55 0.68
Hex DA 7F 80 0 2A 29 F 167 37 44
Octal 332 177 200 0 52 51 17 547 67 104
Binary 11011010 1111111 10000000 0 101010 101001 1111 101100111 110111 1000100

Color Harmonies of #DA7F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F80

Black with #DA7F80

Text Example


Text Example

White with #DA7F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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