Html Css Color HEX #DA767C Froly

📋 copy color: '#DA767C'

red 218 ◦ green 118 ◦ blue 124

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

Shades of Froly #DA767C

Tints of Froly #DA767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.65%

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

R = 47.39%
G = 25.65%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA767C (or 0xDA767C) is known color: Froly. HEX triplet: DA, 76 and 7C. RGB value is (218,118,124). Sum of RGB (Red+Green+Blue) = 218+118+124=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA767C is #258983. Grayscale: #949494. Windows color (decimal): -2460036 or 8156890. OLE color: 8156890.

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

Color convert

RGB 218 118 124 -
CMYK 0 0.46 0.43 0.15
HSL 356.4º 0.57% 0.66% -
HSV(B) 356.4º 0.46% 0.85% -
XYZ 39.03 29.32 22.67 -
YUV 148.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 218 118 124 0 0.46 0.43 0.15 356.4 0.57 0.66
Hex DA 76 7C 0 2E 2B F 164 39 42
Octal 332 166 174 0 56 53 17 544 71 102
Binary 11011010 1110110 1111100 0 101110 101011 1111 101100100 111001 1000010

Color Harmonies of #DA767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA767C

Black with #DA767C

Text Example


Text Example

White with #DA767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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