#DB6471

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

Shades of Froly #DB6471

Tints of Froly #DB6471

Color information

#DB6471 (or 0xDB6471) is unknown color: approx Froly. HEX triplet: DB, 64 and 71. RGB value is (219,100,113). Sum of RGB (Red+Green+Blue) = 219+100+113=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6471 is #249B8E. Grayscale: #898989. Windows color (decimal): -2399119 or 7431387. OLE color: 7431387.

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

Color convert

RGB219100113-
CMYK00.540.480.14
HSL353.45º62.3%62.55%-
HSV(B)353.45º54.34%85.88%-
XYZ36.7525.3718.58-
YUV137.06114.42186.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.69%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=50.69%
G=23.15%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910011300.540.480.14353.4562.362.55
HexDB647103630E1613e3f
Octal33314416106660165417677
Binary110110111100100111000101101101100001110101100001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6471; }

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

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

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

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

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

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

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

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