Html Css Color HEX #DB787A Froly

📋 copy color: '#DB787A'

red 219 ◦ green 120 ◦ blue 122

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

Shades of Froly #DB787A

Tints of Froly #DB787A

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 value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB787A (or 0xDB787A) is known color: 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

RGB 219 120 122 -
CMYK 0 0.45 0.44 0.14
HSL 358.79º 0.58% 0.66% -
HSV(B) 358.79º 0.45% 0.86% -
XYZ 39.44 29.9 22.1 -
YUV 149.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 219 120 122 0 0.45 0.44 0.14 358.79 0.58 0.66
Hex DB 78 7A 0 2D 2C E 167 3A 42
Octal 333 170 172 0 55 54 16 547 72 102
Binary 11011011 1111000 1111010 0 101101 101100 1110 101100111 111010 1000010

Color Harmonies of #DB787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB787A

Black with #DB787A

Text Example


Text Example

White with #DB787A

Text Example


Text Example

HTML Codes & Css Web 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>