#DB787A

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

Shades of Froly #DB787A

Tints of Froly #DB787A

Color information

#DB787A (or 0xDB787A) is unknown color: approx Froly. HEX triplet: DB, 78 and 7A. RGB value is (219,120,122). Sum of RGB (Red+Green+Blue) = 219+120+122=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB787A is #248785. Grayscale: #959595. Windows color (decimal): -2393990 or 8026331. OLE color: 8026331.

HSL color Cylindrical-coordinate representation of color #DB787A: hue angle of 358.79º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB787A is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB219120122-
CMYK00.450.440.14
HSL358.79º57.89%66.47%-
HSV(B)358.79º45.21%85.88%-
XYZ39.4429.922.1-
YUV149.83112.3177.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=47.51%
G=26.03%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912012200.450.440.14358.7957.8966.47
HexDB787A02D2CE1673a42
Octal333170172055541654772102
Binary1101101111110001111010010110110110011101011001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB787A; }

 p { color: rgb(219,120,122); }

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

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

 a { background-color: rgb(219,120,122); }

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

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

 span { border-color: rgb(219,120,122); }

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