Html Css Color HEX #DA787C Froly

📋 copy color: '#DA787C'

red 218 ◦ green 120 ◦ blue 124

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

Shades of Froly #DA787C

Tints of Froly #DA787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.97%

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

R = 47.19%
G = 25.97%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA787C (or 0xDA787C) is known color: Froly. HEX triplet: DA, 78 and 7C. RGB value is (218,120,124). Sum of RGB (Red+Green+Blue) = 218+120+124=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA787C is #258783. Grayscale: #959595. Windows color (decimal): -2459524 or 8157402. OLE color: 8157402.

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

Color convert

RGB 218 120 124 -
CMYK 0 0.45 0.43 0.15
HSL 357.55º 0.57% 0.66% -
HSV(B) 357.55º 0.45% 0.85% -
XYZ 39.27 29.79 22.75 -
YUV 149.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 218 120 124 0 0.45 0.43 0.15 357.55 0.57 0.66
Hex DA 78 7C 0 2D 2B F 166 39 42
Octal 332 170 174 0 55 53 17 546 71 102
Binary 11011010 1111000 1111100 0 101101 101011 1111 101100110 111001 1000010

Color Harmonies of #DA787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA787C

Black with #DA787C

Text Example


Text Example

White with #DA787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA787C; }

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

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

background-color css

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

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

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

border-color css

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

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

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