Html Css Color HEX #DA7C80 Froly

📋 copy color: '#DA7C80'

red 218 ◦ green 124 ◦ blue 128

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

Shades of Froly #DA7C80

Tints of Froly #DA7C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.38%

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

R = 46.38%
G = 26.38%
B = 27.23%

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

#DA7C80 (or 0xDA7C80) is known color: Froly. HEX triplet: DA, 7C and 80. RGB value is (218,124,128). Sum of RGB (Red+Green+Blue) = 218+124+128=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7C80 is #25837F. Grayscale: #989898. Windows color (decimal): -2458496 or 8420570. OLE color: 8420570.

HSL color Cylindrical-coordinate representation of color #DA7C80: hue angle of 357.45º 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 #DA7C80 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 128 -
CMYK 0 0.43 0.41 0.15
HSL 357.45º 0.56% 0.67% -
HSV(B) 357.45º 0.43% 0.85% -
XYZ 40.02 30.88 24.27 -
YUV 152.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 218 124 128 0 0.43 0.41 0.15 357.45 0.56 0.67
Hex DA 7C 80 0 2B 29 F 165 38 43
Octal 332 174 200 0 53 51 17 545 70 103
Binary 11011010 1111100 10000000 0 101011 101001 1111 101100101 111000 1000011

Color Harmonies of #DA7C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C80

Black with #DA7C80

Text Example


Text Example

White with #DA7C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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