Html Css Color HEX #DA787B Froly

📋 copy color: '#DA787B'

red 218 ◦ green 120 ◦ blue 123

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

Shades of Froly #DA787B

Tints of Froly #DA787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 47.29%
G = 26.03%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA787B (or 0xDA787B) is known color: Froly. HEX triplet: DA, 78 and 7B. RGB value is (218,120,123). Sum of RGB (Red+Green+Blue) = 218+120+123=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA787B is #258784. Grayscale: #959595. Windows color (decimal): -2459525 or 8091866. OLE color: 8091866.

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

Color convert

RGB 218 120 123 -
CMYK 0 0.45 0.44 0.15
HSL 358.16º 0.57% 0.66% -
HSV(B) 358.16º 0.45% 0.85% -
XYZ 39.21 29.77 22.42 -
YUV 149.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 218 120 123 0 0.45 0.44 0.15 358.16 0.57 0.66
Hex DA 78 7B 0 2D 2C F 166 39 42
Octal 332 170 173 0 55 54 17 546 71 102
Binary 11011010 1111000 1111011 0 101101 101100 1111 101100110 111001 1000010

Color Harmonies of #DA787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA787B

Black with #DA787B

Text Example


Text Example

White with #DA787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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