#D8656E

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

Shades of Froly #D8656E

Tints of Froly #D8656E

Color information

#D8656E (or 0xD8656E) is unknown color: approx Froly. HEX triplet: D8, 65 and 6E. RGB value is (216,101,110). Sum of RGB (Red+Green+Blue) = 216+101+110=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8656E is #279A91. Grayscale: #888888. Windows color (decimal): -2595474 or 7235032. OLE color: 7235032.

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

Color convert

RGB216101110-
CMYK00.530.490.15
HSL355.3º59.59%62.16%-
HSV(B)355.3º53.24%84.71%-
XYZ35.7925.0317.7-
YUV136.41113.1184.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.59%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=50.59%
G=23.65%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610111000.530.490.15355.359.5962.16
HexD8656E03531F1633c3e
Octal33014515606561175437476
Binary110110001100101110111001101011100011111101100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8656E; }

 p { color: rgb(216,101,110); }

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

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

 a { background-color: rgb(216,101,110); }

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

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

 span { border-color: rgb(216,101,110); }

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