Html Css Color HEX #DB7077 Froly

📋 copy color: '#DB7077'

red 219 ◦ green 112 ◦ blue 119

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

Shades of Froly #DB7077

Tints of Froly #DB7077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.44%

R = 48.67%
G = 24.89%
B = 26.44%

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

#DB7077 (or 0xDB7077) is known color: Froly. HEX triplet: DB, 70 and 77. RGB value is (219,112,119). Sum of RGB (Red+Green+Blue) = 219+112+119=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7077 is #248F88. Grayscale: #909090. Windows color (decimal): -2396041 or 7827675. OLE color: 7827675.

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

Color convert

RGB 219 112 119 -
CMYK 0 0.49 0.46 0.14
HSL 356.07º 0.6% 0.65% -
HSV(B) 356.07º 0.49% 0.86% -
XYZ 38.34 27.98 20.83 -
YUV 144.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 219 112 119 0 0.49 0.46 0.14 356.07 0.6 0.65
Hex DB 70 77 0 31 2E E 164 3C 41
Octal 333 160 167 0 61 56 16 544 74 101
Binary 11011011 1110000 1110111 0 110001 101110 1110 101100100 111100 1000001

Color Harmonies of #DB7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7077

Black with #DB7077

Text Example


Text Example

White with #DB7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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