Html Css Color HEX #DB7680 Froly

📋 copy color: '#DB7680'

red 219 ◦ green 118 ◦ blue 128

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

Shades of Froly #DB7680

Tints of Froly #DB7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

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

R = 47.1%
G = 25.38%
B = 27.53%

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

#DB7680 (or 0xDB7680) is known color: Froly. HEX triplet: DB, 76 and 80. RGB value is (219,118,128). Sum of RGB (Red+Green+Blue) = 219+118+128=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7680 is #24897F. Grayscale: #959595. Windows color (decimal): -2394496 or 8419035. OLE color: 8419035.

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

Color convert

RGB 219 118 128 -
CMYK 0 0.46 0.42 0.14
HSL 354.06º 0.58% 0.66% -
HSV(B) 354.06º 0.46% 0.86% -
XYZ 39.59 29.58 24.04 -
YUV 149.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 219 118 128 0 0.46 0.42 0.14 354.06 0.58 0.66
Hex DB 76 80 0 2E 2A E 162 3A 42
Octal 333 166 200 0 56 52 16 542 72 102
Binary 11011011 1110110 10000000 0 101110 101010 1110 101100010 111010 1000010

Color Harmonies of #DB7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7680

Black with #DB7680

Text Example


Text Example

White with #DB7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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