Html Css Color HEX #DB7B80 Froly

📋 copy color: '#DB7B80'

red 219 ◦ green 123 ◦ blue 128

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

Shades of Froly #DB7B80

Tints of Froly #DB7B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

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

R = 46.6%
G = 26.17%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB7B80 (or 0xDB7B80) is known color: Froly. HEX triplet: DB, 7B and 80. RGB value is (219,123,128). Sum of RGB (Red+Green+Blue) = 219+123+128=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B80 is #24847F. Grayscale: #989898. Windows color (decimal): -2393216 or 8420315. OLE color: 8420315.

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

Color convert

RGB 219 123 128 -
CMYK 0 0.44 0.42 0.14
HSL 356.88º 0.57% 0.67% -
HSV(B) 356.88º 0.44% 0.86% -
XYZ 40.19 30.78 24.25 -
YUV 152.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 219 123 128 0 0.44 0.42 0.14 356.88 0.57 0.67
Hex DB 7B 80 0 2C 2A E 165 39 43
Octal 333 173 200 0 54 52 16 545 71 103
Binary 11011011 1111011 10000000 0 101100 101010 1110 101100101 111001 1000011

Color Harmonies of #DB7B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B80

Black with #DB7B80

Text Example


Text Example

White with #DB7B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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