Html Css Color HEX #DB7076 Froly

📋 copy color: '#DB7076'

red 219 ◦ green 112 ◦ blue 118

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

Shades of Froly #DB7076

Tints of Froly #DB7076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.94%

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

R = 48.78%
G = 24.94%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB7076 (or 0xDB7076) is known color: Froly. HEX triplet: DB, 70 and 76. RGB value is (219,112,118). Sum of RGB (Red+Green+Blue) = 219+112+118=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7076 is #248F89. Grayscale: #909090. Windows color (decimal): -2396042 or 7762139. OLE color: 7762139.

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

Color convert

RGB 219 112 118 -
CMYK 0 0.49 0.46 0.14
HSL 356.64º 0.6% 0.65% -
HSV(B) 356.64º 0.49% 0.86% -
XYZ 38.28 27.96 20.52 -
YUV 144.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 219 112 118 0 0.49 0.46 0.14 356.64 0.6 0.65
Hex DB 70 76 0 31 2E E 165 3C 41
Octal 333 160 166 0 61 56 16 545 74 101
Binary 11011011 1110000 1110110 0 110001 101110 1110 101100101 111100 1000001

Color Harmonies of #DB7076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7076

Black with #DB7076

Text Example


Text Example

White with #DB7076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7076; }

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

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

background-color css

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

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

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

border-color css

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

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

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