#D7656C

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

Shades of Froly #D7656C

Tints of Froly #D7656C

Color information

#D7656C (or 0xD7656C) is unknown color: approx Froly. HEX triplet: D7, 65 and 6C. RGB value is (215,101,108). Sum of RGB (Red+Green+Blue) = 215+101+108=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7656C is #289A93. Grayscale: #878787. Windows color (decimal): -2661012 or 7103959. OLE color: 7103959.

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

Color convert

RGB215101108-
CMYK00.530.500.16
HSL356.32º58.76%61.96%-
HSV(B)356.32º53.02%84.31%-
XYZ35.3824.8417.12-
YUV135.88112.27184.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.71%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=50.71%
G=23.82%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510110800.530.500.16356.3258.7661.96
HexD7656C03532101643b3e
Octal32714515406562205447376
Binary1101011111001011101100011010111001010000101100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7656C; }

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

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

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

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

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

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

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

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