Html Css Color HEX #DB7879 Froly

📋 copy color: '#DB7879'

red 219 ◦ green 120 ◦ blue 121

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

Shades of Froly #DB7879

Tints of Froly #DB7879

RGB

 RED value IS 219 (85.94% from 255) = 47.61%

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

 BLUE value IS 121 (47.66% from 255) = 26.3%

R = 47.61%
G = 26.09%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB7879 (or 0xDB7879) is known color: Froly. HEX triplet: DB, 78 and 79. RGB value is (219,120,121). Sum of RGB (Red+Green+Blue) = 219+120+121=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7879 is #248786. Grayscale: #959595. Windows color (decimal): -2393991 or 7960795. OLE color: 7960795.

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

Color convert

RGB 219 120 121 -
CMYK 0 0.45 0.45 0.14
HSL 359.39º 0.58% 0.66% -
HSV(B) 359.39º 0.45% 0.86% -
XYZ 39.38 29.87 21.78 -
YUV 149.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 219 120 121 0 0.45 0.45 0.14 359.39 0.58 0.66
Hex DB 78 79 0 2D 2D E 167 3A 42
Octal 333 170 171 0 55 55 16 547 72 102
Binary 11011011 1111000 1111001 0 101101 101101 1110 101100111 111010 1000010

Color Harmonies of #DB7879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7879

Black with #DB7879

Text Example


Text Example

White with #DB7879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7879; }

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

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

background-color css

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

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

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

border-color css

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

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

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