#DE787B

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

Shades of Froly #DE787B

Tints of Froly #DE787B

Color information

#DE787B (or 0xDE787B) is unknown color: approx Froly. HEX triplet: DE, 78 and 7B. RGB value is (222,120,123). Sum of RGB (Red+Green+Blue) = 222+120+123=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE787B is #218784. Grayscale: #969696. Windows color (decimal): -2197381 or 8091870. OLE color: 8091870.

HSL color Cylindrical-coordinate representation of color #DE787B: hue angle of 358.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE787B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB222120123-
CMYK00.460.450.13
HSL358.24º60.71%67.06%-
HSV(B)358.24º45.95%87.06%-
XYZ40.4230.3922.48-
YUV150.84112.29178.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 123 (48.44% from 255) = 26.45%
R=47.74%
G=25.81%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212012300.460.450.13358.2460.7167.06
HexDE787B02E2DD1663d43
Octal336170173056551554675103
Binary1101111011110001111011010111010110111011011001101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE787B; }

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

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

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

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

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

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

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

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