Html Css Color HEX #DA677C Froly

📋 copy color: '#DA677C'

red 218 ◦ green 103 ◦ blue 124

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

Shades of Froly #DA677C

Tints of Froly #DA677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.15%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 48.99%
G = 23.15%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA677C (or 0xDA677C) is known color: Froly. HEX triplet: DA, 67 and 7C. RGB value is (218,103,124). Sum of RGB (Red+Green+Blue) = 218+103+124=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA677C is #259883. Grayscale: #8B8B8B. Windows color (decimal): -2463876 or 8153050. OLE color: 8153050.

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

Color convert

RGB 218 103 124 -
CMYK 0 0.53 0.43 0.15
HSL 349.04º 0.61% 0.63% -
HSV(B) 349.04º 0.53% 0.85% -
XYZ 37.4 26.06 22.13 -
YUV 139.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 218 103 124 0 0.53 0.43 0.15 349.04 0.61 0.63
Hex DA 67 7C 0 35 2B F 15D 3D 3F
Octal 332 147 174 0 65 53 17 535 75 77
Binary 11011010 1100111 1111100 0 110101 101011 1111 101011101 111101 111111

Color Harmonies of #DA677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA677C

Black with #DA677C

Text Example


Text Example

White with #DA677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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