#DA787E

Color #DA787E Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DA787E

Tints of Froly #DA787E

Color information

#DA787E (or 0xDA787E) is unknown color: approx Froly. HEX triplet: DA, 78 and 7E. RGB value is (218,120,126). Sum of RGB (Red+Green+Blue) = 218+120+126=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA787E is #258781. Grayscale: #969696. Windows color (decimal): -2459522 or 8288474. OLE color: 8288474.

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

Color convert

RGB218120126-
CMYK00.450.420.15
HSL356.33º56.98%66.27%-
HSV(B)356.33º44.95%85.49%-
XYZ39.429.8423.42-
YUV149.99114.47176.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=46.98%
G=25.86%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812012600.450.420.15356.3356.9866.27
HexDA787E02D2AF1643942
Octal332170176055521754471102
Binary1101101011110001111110010110110101011111011001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA787E; }

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

 H1.HeaderClassName
 {
   color: #DA787E;
 }
 .AnyTagClassName
 {
   color: #DA787E;
 }
</style>
background-color css

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

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

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

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

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

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