#D7656D

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

Shades of Froly #D7656D

Tints of Froly #D7656D

Color information

#D7656D (or 0xD7656D) is unknown color: approx Froly. HEX triplet: D7, 65 and 6D. RGB value is (215,101,109). Sum of RGB (Red+Green+Blue) = 215+101+109=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7656D is #289A92. Grayscale: #888888. Windows color (decimal): -2661011 or 7169495. OLE color: 7169495.

HSL color Cylindrical-coordinate representation of color #D7656D: hue angle of 355.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7656D is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215101109-
CMYK00.530.490.16
HSL355.79º58.76%61.96%-
HSV(B)355.79º53.02%84.31%-
XYZ35.4424.8617.4-
YUV136112.77184.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=50.59%
G=23.76%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510110900.530.490.16355.7958.7661.96
HexD7656D03531101643b3e
Octal32714515506561205447376
Binary1101011111001011101101011010111000110000101100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7656D; }

 p { color: rgb(215,101,109); }

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

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

 a { background-color: rgb(215,101,109); }

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

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

 span { border-color: rgb(215,101,109); }

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