Html Css Color HEX #DA6677 Froly

📋 copy color: '#DA6677'

red 218 ◦ green 102 ◦ blue 119

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

Shades of Froly #DA6677

Tints of Froly #DA6677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 49.66%
G = 23.23%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA6677 (or 0xDA6677) is known color: Froly. HEX triplet: DA, 66 and 77. RGB value is (218,102,119). Sum of RGB (Red+Green+Blue) = 218+102+119=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6677 is #259988. Grayscale: #8A8A8A. Windows color (decimal): -2464137 or 7825114. OLE color: 7825114.

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

Color convert

RGB 218 102 119 -
CMYK 0 0.53 0.45 0.15
HSL 351.21º 0.61% 0.63% -
HSV(B) 351.21º 0.53% 0.85% -
XYZ 36.99 25.74 20.47 -
YUV 138.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 218 102 119 0 0.53 0.45 0.15 351.21 0.61 0.63
Hex DA 66 77 0 35 2D F 15F 3D 3F
Octal 332 146 167 0 65 55 17 537 75 77
Binary 11011010 1100110 1110111 0 110101 101101 1111 101011111 111101 111111

Color Harmonies of #DA6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6677

Black with #DA6677

Text Example


Text Example

White with #DA6677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6677; }

 p { color: rgb(218,102,119); }

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

background-color css

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

 a { background-color: rgb(218,102,119); }

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

border-color css

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

 span { border-color: rgb(218,102,119); }

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