#DB7071

Color #DB7071 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DB7071

Tints of Froly #DB7071

Color information

#DB7071 (or 0xDB7071) is unknown color: approx Froly. HEX triplet: DB, 70 and 71. RGB value is (219,112,113). Sum of RGB (Red+Green+Blue) = 219+112+113=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7071 is #248F8E. Grayscale: #909090. Windows color (decimal): -2396047 or 7434459. OLE color: 7434459.

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

Color convert

RGB219112113-
CMYK00.490.480.14
HSL359.44º59.78%64.9%-
HSV(B)359.44º48.86%85.88%-
XYZ37.9927.8418.99-
YUV144.11110.45181.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=49.32%
G=25.23%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911211300.490.480.14359.4459.7864.9
HexDB707103130E1673c41
Octal333160161061601654774101
Binary1101101111100001110001011000111000011101011001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7071; }

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

 H1.HeaderClassName
 {
   color: #DB7071;
 }
 .AnyTagClassName
 {
   color: #DB7071;
 }
</style>
background-color css

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

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

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

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

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

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