Html Css Color HEX #DB7176 Froly

📋 copy color: '#DB7176'

red 219 ◦ green 113 ◦ blue 118

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

Shades of Froly #DB7176

Tints of Froly #DB7176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.11%

 BLUE value IS 118 (46.48% from 255) = 26.22%

R = 48.67%
G = 25.11%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB7176 (or 0xDB7176) is known color: Froly. HEX triplet: DB, 71 and 76. RGB value is (219,113,118). Sum of RGB (Red+Green+Blue) = 219+113+118=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7176 is #248E89. Grayscale: #919191. Windows color (decimal): -2395786 or 7762395. OLE color: 7762395.

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

Color convert

RGB 219 113 118 -
CMYK 0 0.48 0.46 0.14
HSL 357.17º 0.6% 0.65% -
HSV(B) 357.17º 0.48% 0.86% -
XYZ 38.39 28.18 20.56 -
YUV 145.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 219 113 118 0 0.48 0.46 0.14 357.17 0.6 0.65
Hex DB 71 76 0 30 2E E 165 3C 41
Octal 333 161 166 0 60 56 16 545 74 101
Binary 11011011 1110001 1110110 0 110000 101110 1110 101100101 111100 1000001

Color Harmonies of #DB7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7176

Black with #DB7176

Text Example


Text Example

White with #DB7176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7176; }

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

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

background-color css

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

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

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

border-color css

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

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

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