#DB6171

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

Shades of Froly #DB6171

Tints of Froly #DB6171

Color information

#DB6171 (or 0xDB6171) is unknown color: approx Froly. HEX triplet: DB, 61 and 71. RGB value is (219,97,113). Sum of RGB (Red+Green+Blue) = 219+97+113=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6171 is #249E8E. Grayscale: #878787. Windows color (decimal): -2399887 or 7430619. OLE color: 7430619.

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

Color convert

RGB21997113-
CMYK00.560.480.14
HSL352.13º62.89%61.96%-
HSV(B)352.13º55.71%85.88%-
XYZ36.4724.818.49-
YUV135.3115.42187.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.05%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=51.05%
G=22.61%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199711300.560.480.14352.1362.8961.96
HexDB617103830E1603f3e
Octal33314116107060165407776
Binary110110111100001111000101110001100001110101100000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6171; }

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

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

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

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

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

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

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

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