Html Css Color HEX #DB7576 Froly

📋 copy color: '#DB7576'

red 219 ◦ green 117 ◦ blue 118

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

Shades of Froly #DB7576

Tints of Froly #DB7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

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

R = 48.24%
G = 25.77%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB7576 (or 0xDB7576) is known color: Froly. HEX triplet: DB, 75 and 76. RGB value is (219,117,118). Sum of RGB (Red+Green+Blue) = 219+117+118=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7576 is #248A89. Grayscale: #939393. Windows color (decimal): -2394762 or 7763419. OLE color: 7763419.

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

Color convert

RGB 219 117 118 -
CMYK 0 0.47 0.46 0.14
HSL 359.41º 0.59% 0.66% -
HSV(B) 359.41º 0.47% 0.86% -
XYZ 38.84 29.09 20.71 -
YUV 147.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 219 117 118 0 0.47 0.46 0.14 359.41 0.59 0.66
Hex DB 75 76 0 2F 2E E 167 3B 42
Octal 333 165 166 0 57 56 16 547 73 102
Binary 11011011 1110101 1110110 0 101111 101110 1110 101100111 111011 1000010

Color Harmonies of #DB7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7576

Black with #DB7576

Text Example


Text Example

White with #DB7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7576; }

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

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

background-color css

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

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

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

border-color css

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

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

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