Html Css Color HEX #DB7780 Froly

📋 copy color: '#DB7780'

red 219 ◦ green 119 ◦ blue 128

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

Shades of Froly #DB7780

Tints of Froly #DB7780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.54%

 BLUE value IS 128 (50.39% from 255) = 27.47%

R = 47%
G = 25.54%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB7780 (or 0xDB7780) is known color: Froly. HEX triplet: DB, 77 and 80. RGB value is (219,119,128). Sum of RGB (Red+Green+Blue) = 219+119+128=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7780 is #24887F. Grayscale: #959595. Windows color (decimal): -2394240 or 8419291. OLE color: 8419291.

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

Color convert

RGB 219 119 128 -
CMYK 0 0.46 0.42 0.14
HSL 354.6º 0.58% 0.66% -
HSV(B) 354.6º 0.46% 0.86% -
XYZ 39.71 29.81 24.08 -
YUV 149.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 219 119 128 0 0.46 0.42 0.14 354.6 0.58 0.66
Hex DB 77 80 0 2E 2A E 163 3A 42
Octal 333 167 200 0 56 52 16 543 72 102
Binary 11011011 1110111 10000000 0 101110 101010 1110 101100011 111010 1000010

Color Harmonies of #DB7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7780

Black with #DB7780

Text Example


Text Example

White with #DB7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7780; }

 p { color: rgb(219,119,128); }

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

background-color css

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

 a { background-color: rgb(219,119,128); }

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

border-color css

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

 span { border-color: rgb(219,119,128); }

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