#db6774

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

Shades of Froly #DB6774

Tints of Froly #DB6774

Color information

#DB6774 (or 0xDB6774) is unknown color: approx Froly. HEX triplet: DB, 67 and 74. RGB value is (219,103,116). Sum of RGB (Red+Green+Blue) = 219+103+116=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6774 is #24988B. Grayscale: #8B8B8B. Windows color (decimal): -2398348 or 7628763. OLE color: 7628763.

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

Color convert

RGB219103116-
CMYK00.530.470.14
HSL353.28º61.7%63.14%-
HSV(B)353.28º52.97%85.88%-
XYZ37.2226.0219.58-
YUV139.17114.93184.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=50%
G=23.52%
B=26.48%

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
Decimal21910311600.530.470.14353.2861.763.14
HexDB67740352FE1613e3f
Octal33314716406557165417677
Binary110110111100111111010001101011011111110101100001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db6774; }

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

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

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

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

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

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

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

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