#DB6775

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

Shades of Froly #DB6775

Tints of Froly #DB6775

Color information

#DB6775 (or 0xDB6775) is unknown color: approx Froly. HEX triplet: DB, 67 and 75. RGB value is (219,103,117). Sum of RGB (Red+Green+Blue) = 219+103+117=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6775 is #24988A. Grayscale: #8B8B8B. Windows color (decimal): -2398347 or 7694299. OLE color: 7694299.

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

Color convert

RGB219103117-
CMYK00.530.470.14
HSL352.76º61.7%63.14%-
HSV(B)352.76º52.97%85.88%-
XYZ37.2726.0419.89-
YUV139.28115.43184.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=49.89%
G=23.46%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910311700.530.470.14352.7661.763.14
HexDB67750352FE1613e3f
Octal33314716506557165417677
Binary110110111100111111010101101011011111110101100001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6775; }

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

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

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

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

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

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

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

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